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