Пример #1
0
 public List <VwCpventaimpnd> GetAllVwCpventaimpnd(string conditions, string orders)
 {
     return(VwCpventaimpndDao.GetAll(conditions, orders));
 }
Пример #2
0
 public List <VwCpventaimpnd> GetAllVwCpventaimpnd(Expression <Func <VwCpventaimpnd, bool> > criteria)
 {
     return(VwCpventaimpndDao.GetAll(criteria));
 }
Пример #3
0
 public List <VwCpventaimpnd> GetAllVwCpventaimpnd(string orders)
 {
     return(VwCpventaimpndDao.GetAll(orders));
 }
Пример #4
0
 public List <VwCpventaimpnd> GetAllVwCpventaimpnd()
 {
     return(VwCpventaimpndDao.GetAll());
 }