Exemplo n.º 1
0
 public long CountVwRecibocajaegreso()
 {
     return(VwRecibocajaegresoDao.Count());
 }
Exemplo n.º 2
0
 public VwRecibocajaegreso GetVwRecibocajaegreso(int id)
 {
     return(VwRecibocajaegresoDao.Get(id));
 }
Exemplo n.º 3
0
 public VwRecibocajaegreso GetVwRecibocajaegreso(Expression <Func <VwRecibocajaegreso, bool> > criteria)
 {
     return(VwRecibocajaegresoDao.Get(criteria));
 }
Exemplo n.º 4
0
 public List <VwRecibocajaegreso> GetAllVwRecibocajaegreso(string conditions, string orders)
 {
     return(VwRecibocajaegresoDao.GetAll(conditions, orders));
 }
Exemplo n.º 5
0
 public List <VwRecibocajaegreso> GetAllVwRecibocajaegreso(string orders)
 {
     return(VwRecibocajaegresoDao.GetAll(orders));
 }
Exemplo n.º 6
0
 public List <VwRecibocajaegreso> GetAllVwRecibocajaegreso(Expression <Func <VwRecibocajaegreso, bool> > criteria)
 {
     return(VwRecibocajaegresoDao.GetAll(criteria));
 }
Exemplo n.º 7
0
 public List <VwRecibocajaegreso> GetAllVwRecibocajaegreso()
 {
     return(VwRecibocajaegresoDao.GetAll());
 }
Exemplo n.º 8
0
 public long CountVwRecibocajaegreso(Expression <Func <VwRecibocajaegreso, bool> > criteria)
 {
     return(VwRecibocajaegresoDao.Count(criteria));
 }