public List <Valorizacionegreso> GetAllValorizacionegreso(string conditions, string orders) { return(ValorizacionegresoDao.GetAll(conditions, orders)); }
public List <Valorizacionegreso> GetAllValorizacionegreso(Expression <Func <Valorizacionegreso, bool> > criteria) { return(ValorizacionegresoDao.GetAll(criteria)); }
public List <Valorizacionegreso> GetAllValorizacionegreso(string orders) { return(ValorizacionegresoDao.GetAll(orders)); }
public List <Valorizacionegreso> GetAllValorizacionegreso() { return(ValorizacionegresoDao.GetAll()); }