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