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