Integracion_DGA/SHARED/DTO/VariablesEntorno/BdConexion.cs

8 lines
168 B
C#
Raw Normal View History

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