Exemple #1
0
 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();
     }
 }
Exemple #3
0
 public CategoriasProductosDa()
 {
     IsValid      = true;
     ErrorMessage = string.Empty;
     if (_sisGmaEntities == null)
     {
         _sisGmaEntities = new SisGMAEntities();
     }
 }