public List <Recibocajaingresodet> GetAllRecibocajaingresodet(string conditions, string orders) { return(RecibocajaingresodetDao.GetAll(conditions, orders)); }
public List <Recibocajaingresodet> GetAllRecibocajaingresodet(Expression <Func <Recibocajaingresodet, bool> > criteria) { return(RecibocajaingresodetDao.GetAll(criteria)); }
public List <Recibocajaingresodet> GetAllRecibocajaingresodet(string orders) { return(RecibocajaingresodetDao.GetAll(orders)); }
public List <Recibocajaingresodet> GetAllRecibocajaingresodet() { return(RecibocajaingresodetDao.GetAll()); }