9 lines
235 B
C#
9 lines
235 B
C#
namespace Shared.DTO.VariablesEntorno
|
|
{
|
|
public static class SubterraneaApiUrl
|
|
{
|
|
public static string BaseUrl { get; set; } = string.Empty;
|
|
public static string EndPoint { get; set; } = string.Empty;
|
|
|
|
}
|
|
}
|