Integracion_DGA/SHARED/DTO/VariablesEntorno/CredencialDGA.cs

10 lines
366 B
C#

namespace Shared.DTO.VariablesEntorno
{
public static class CredencialDGA
{
public static string RutEsval { get; set; } = string.Empty;
public static string RutAv { get; set; } = string.Empty;
public static string RutUsuario { get; set; } = string.Empty;
public static string Password { get; set; } = string.Empty;
}
}