Integracion_DGA/SHARED/DTO/VariablesEntorno/SubterraneaApiUrl.cs

10 lines
235 B
C#
Raw Permalink Normal View History

namespace Shared.DTO.VariablesEntorno
2025-07-01 09:59:59 -04:00
{
public static class SubterraneaApiUrl
{
public static string BaseUrl { get; set; } = string.Empty;
public static string EndPoint { get; set; } = string.Empty;
}
}