コード例 #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());
 }