Ejemplo n.º 1
0
 public AccesosDa()
 {
     IsValid      = true;
     ErrorMessage = string.Empty;
     if (_sisGmaEntities == null)
     {
         _sisGmaEntities = new SisGMAEntities();
     }
 }
Ejemplo n.º 2
0
 public NotificacionesDa()
 {
     IsValid      = true;
     ErrorMessage = string.Empty;
     if (_sisGmaEntities == null)
     {
         _sisGmaEntities = new SisGMAEntities();
     }
 }
Ejemplo n.º 3
0
 public CategoriasProductosDa()
 {
     IsValid      = true;
     ErrorMessage = string.Empty;
     if (_sisGmaEntities == null)
     {
         _sisGmaEntities = new SisGMAEntities();
     }
 }