Exemplo n.º 1
0
 public long CountVwRecibocajaingreso()
 {
     return(VwRecibocajaingresoDao.Count());
 }
Exemplo n.º 2
0
 public VwRecibocajaingreso GetVwRecibocajaingreso(int id)
 {
     return(VwRecibocajaingresoDao.Get(id));
 }
Exemplo n.º 3
0
 public VwRecibocajaingreso GetVwRecibocajaingreso(Expression <Func <VwRecibocajaingreso, bool> > criteria)
 {
     return(VwRecibocajaingresoDao.Get(criteria));
 }
Exemplo n.º 4
0
 public List <VwRecibocajaingreso> GetAllVwRecibocajaingreso(string conditions, string orders)
 {
     return(VwRecibocajaingresoDao.GetAll(conditions, orders));
 }
Exemplo n.º 5
0
 public List <VwRecibocajaingreso> GetAllVwRecibocajaingreso(string orders)
 {
     return(VwRecibocajaingresoDao.GetAll(orders));
 }
Exemplo n.º 6
0
 public List <VwRecibocajaingreso> GetAllVwRecibocajaingreso(Expression <Func <VwRecibocajaingreso, bool> > criteria)
 {
     return(VwRecibocajaingresoDao.GetAll(criteria));
 }
Exemplo n.º 7
0
 public List <VwRecibocajaingreso> GetAllVwRecibocajaingreso()
 {
     return(VwRecibocajaingresoDao.GetAll());
 }
Exemplo n.º 8
0
 public long CountVwRecibocajaingreso(Expression <Func <VwRecibocajaingreso, bool> > criteria)
 {
     return(VwRecibocajaingresoDao.Count(criteria));
 }