2025-07-01 14:00:41 -04:00
|
|
|
|
namespace Shared.DTO.VariablesEntorno
|
2025-07-01 09:59:59 -04:00
|
|
|
|
{
|
|
|
|
|
public static class CredencialDGA
|
|
|
|
|
{
|
2025-07-01 14:00:41 -04:00
|
|
|
|
public static string RutEsval { get; set; } = string.Empty;
|
|
|
|
|
public static string RutAv { get; set; } = string.Empty;
|
2025-07-01 09:59:59 -04:00
|
|
|
|
public static string RutUsuario { get; set; } = string.Empty;
|
|
|
|
|
public static string Password { get; set; } = string.Empty;
|
|
|
|
|
}
|
|
|
|
|
}
|