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