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