Exemple #1
0
 public List <Cpcompradetserie> GetAllCpcompradetserie(string conditions, string orders)
 {
     return(CpcompradetserieDao.GetAll(conditions, orders));
 }
Exemple #2
0
 public List <Cpcompradetserie> GetAllCpcompradetserie(Expression <Func <Cpcompradetserie, bool> > criteria)
 {
     return(CpcompradetserieDao.GetAll(criteria));
 }
Exemple #3
0
 public List <Cpcompradetserie> GetAllCpcompradetserie(string orders)
 {
     return(CpcompradetserieDao.GetAll(orders));
 }
Exemple #4
0
 public List <Cpcompradetserie> GetAllCpcompradetserie()
 {
     return(CpcompradetserieDao.GetAll());
 }