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