コード例 #1
0
 public List <Cpcompradet> GetAllCpcompradet(string conditions, string orders)
 {
     return(CpcompradetDao.GetAll(conditions, orders));
 }
コード例 #2
0
 public List <Cpcompradet> GetAllCpcompradet(Expression <Func <Cpcompradet, bool> > criteria)
 {
     return(CpcompradetDao.GetAll(criteria));
 }
コード例 #3
0
 public List <Cpcompradet> GetAllCpcompradet(string orders)
 {
     return(CpcompradetDao.GetAll(orders));
 }
コード例 #4
0
 public List <Cpcompradet> GetAllCpcompradet()
 {
     return(CpcompradetDao.GetAll());
 }