Example #1
0
 public List <VwCpventadet> GetAllVwCpventadet(string conditions, string orders)
 {
     return(VwCpventadetDao.GetAll(conditions, orders));
 }
Example #2
0
 public List <VwCpventadet> GetAllVwCpventadet(Expression <Func <VwCpventadet, bool> > criteria)
 {
     return(VwCpventadetDao.GetAll(criteria));
 }
Example #3
0
 public List <VwCpventadet> GetAllVwCpventadet(string orders)
 {
     return(VwCpventadetDao.GetAll(orders));
 }
Example #4
0
 public List <VwCpventadet> GetAllVwCpventadet()
 {
     return(VwCpventadetDao.GetAll());
 }