Example #1
0
 public List <Valorizacionegreso> GetAllValorizacionegreso(string conditions, string orders)
 {
     return(ValorizacionegresoDao.GetAll(conditions, orders));
 }
Example #2
0
 public List <Valorizacionegreso> GetAllValorizacionegreso(Expression <Func <Valorizacionegreso, bool> > criteria)
 {
     return(ValorizacionegresoDao.GetAll(criteria));
 }
Example #3
0
 public List <Valorizacionegreso> GetAllValorizacionegreso(string orders)
 {
     return(ValorizacionegresoDao.GetAll(orders));
 }
Example #4
0
 public List <Valorizacionegreso> GetAllValorizacionegreso()
 {
     return(ValorizacionegresoDao.GetAll());
 }