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