Exemple #1
0
 public DALGeneral()
 {
     DALAutommaper automapper = new DALAutommaper();
 }
Exemple #2
0
 public DALCliente()
 {
     DALAutommaper automapper = new DALAutommaper();
 }
Exemple #3
0
 public DALProducto()
 {
     DALAutommaper automapper = new DALAutommaper();
 }
Exemple #4
0
 //public void saveBitacora(Bitacora bitacora)
 //{
 //    db.Bitacora.Add(bitacora);
 //    db.SaveChanges();
 //}
 public DALBitacora()
 {
     DALAutommaper automapper = new DALAutommaper();
 }
Exemple #5
0
 public DALDireccion()
 {
     DALAutommaper automapper = new DALAutommaper();
 }
Exemple #6
0
 public DALUsuario()
 {
     DALAutommaper automapper = new DALAutommaper();
 }
Exemple #7
0
 public DALPrecio()
 {
     DALAutommaper automapper = new DALAutommaper();
 }