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