namespace Shared.DTO.VariablesEntorno { public static class SubterraneaApiUrl { public static string BaseUrl { get; set; } = string.Empty; public static string EndPoint { get; set; } = string.Empty; } }