Beispiel #1
0
 public List <VwCpventa> GetAllVwCpventa(string conditions, string orders)
 {
     return(VwCpventaDao.GetAll(conditions, orders));
 }
Beispiel #2
0
 public List <VwCpventa> GetAllVwCpventa(Expression <Func <VwCpventa, bool> > criteria)
 {
     return(VwCpventaDao.GetAll(criteria));
 }
Beispiel #3
0
 public List <VwCpventa> GetAllVwCpventa(string orders)
 {
     return(VwCpventaDao.GetAll(orders));
 }
Beispiel #4
0
 public List <VwCpventa> GetAllVwCpventa()
 {
     return(VwCpventaDao.GetAll());
 }