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