namespace Shared.DTO.VariablesEntorno
{
public static class BdConexion
public static string StringConnection { get; set; } = string.Empty;
}