7 lines
168 B
C#
7 lines
168 B
C#
namespace Shared.DTO.VariablesEntorno
|
|
{
|
|
public static class BdConexion
|
|
{
|
|
public static string StringConnection { get; set; } = string.Empty;
|
|
}
|
|
}
|