public DALGeneral() { DALAutommaper automapper = new DALAutommaper(); }
public DALCliente() { DALAutommaper automapper = new DALAutommaper(); }
public DALProducto() { DALAutommaper automapper = new DALAutommaper(); }
//public void saveBitacora(Bitacora bitacora) //{ // db.Bitacora.Add(bitacora); // db.SaveChanges(); //} public DALBitacora() { DALAutommaper automapper = new DALAutommaper(); }
public DALDireccion() { DALAutommaper automapper = new DALAutommaper(); }
public DALUsuario() { DALAutommaper automapper = new DALAutommaper(); }
public DALPrecio() { DALAutommaper automapper = new DALAutommaper(); }