Ejemplo n.º 1
0
 public long CountVwGuiaremisiondetimpcpventadet()
 {
     return(VwGuiaremisiondetimpcpventadetDao.Count());
 }
Ejemplo n.º 2
0
 public VwGuiaremisiondetimpcpventadet GetVwGuiaremisiondetimpcpventadet(Expression <Func <VwGuiaremisiondetimpcpventadet, bool> > criteria)
 {
     return(VwGuiaremisiondetimpcpventadetDao.Get(criteria));
 }
Ejemplo n.º 3
0
 public VwGuiaremisiondetimpcpventadet GetVwGuiaremisiondetimpcpventadet(int id)
 {
     return(VwGuiaremisiondetimpcpventadetDao.Get(id));
 }
Ejemplo n.º 4
0
 public List <VwGuiaremisiondetimpcpventadet> GetAllVwGuiaremisiondetimpcpventadet(string conditions, string orders)
 {
     return(VwGuiaremisiondetimpcpventadetDao.GetAll(conditions, orders));
 }
Ejemplo n.º 5
0
 public List <VwGuiaremisiondetimpcpventadet> GetAllVwGuiaremisiondetimpcpventadet(Expression <Func <VwGuiaremisiondetimpcpventadet, bool> > criteria)
 {
     return(VwGuiaremisiondetimpcpventadetDao.GetAll(criteria));
 }
Ejemplo n.º 6
0
 public List <VwGuiaremisiondetimpcpventadet> GetAllVwGuiaremisiondetimpcpventadet()
 {
     return(VwGuiaremisiondetimpcpventadetDao.GetAll());
 }