public AccesosDa() { IsValid = true; ErrorMessage = string.Empty; if (_sisGmaEntities == null) { _sisGmaEntities = new SisGMAEntities(); } }
public NotificacionesDa() { IsValid = true; ErrorMessage = string.Empty; if (_sisGmaEntities == null) { _sisGmaEntities = new SisGMAEntities(); } }
public CategoriasProductosDa() { IsValid = true; ErrorMessage = string.Empty; if (_sisGmaEntities == null) { _sisGmaEntities = new SisGMAEntities(); } }