コード例 #1
0
 public long CountVwCpventaimpnd()
 {
     return(VwCpventaimpndDao.Count());
 }
コード例 #2
0
 public VwCpventaimpnd GetVwCpventaimpnd(int id)
 {
     return(VwCpventaimpndDao.Get(id));
 }
コード例 #3
0
 public VwCpventaimpnd GetVwCpventaimpnd(Expression <Func <VwCpventaimpnd, bool> > criteria)
 {
     return(VwCpventaimpndDao.Get(criteria));
 }
コード例 #4
0
 public List <VwCpventaimpnd> GetAllVwCpventaimpnd(string conditions, string orders)
 {
     return(VwCpventaimpndDao.GetAll(conditions, orders));
 }
コード例 #5
0
 public List <VwCpventaimpnd> GetAllVwCpventaimpnd(string orders)
 {
     return(VwCpventaimpndDao.GetAll(orders));
 }
コード例 #6
0
 public List <VwCpventaimpnd> GetAllVwCpventaimpnd(Expression <Func <VwCpventaimpnd, bool> > criteria)
 {
     return(VwCpventaimpndDao.GetAll(criteria));
 }
コード例 #7
0
 public List <VwCpventaimpnd> GetAllVwCpventaimpnd()
 {
     return(VwCpventaimpndDao.GetAll());
 }
コード例 #8
0
 public long CountVwCpventaimpnd(Expression <Func <VwCpventaimpnd, bool> > criteria)
 {
     return(VwCpventaimpndDao.Count(criteria));
 }