public List <Recibocajaegreso> GetAllRecibocajaegreso(string conditions, string orders) { return(RecibocajaegresoDao.GetAll(conditions, orders)); }
public List <Recibocajaegreso> GetAllRecibocajaegreso(Expression <Func <Recibocajaegreso, bool> > criteria) { return(RecibocajaegresoDao.GetAll(criteria)); }
public List <Recibocajaegreso> GetAllRecibocajaegreso(string orders) { return(RecibocajaegresoDao.GetAll(orders)); }
public List <Recibocajaegreso> GetAllRecibocajaegreso() { return(RecibocajaegresoDao.GetAll()); }