public List <VwRequerimiento> GetAllVwRequerimiento(string conditions, string orders) { return(VwRequerimientoDao.GetAll(conditions, orders)); }
public List <VwRequerimiento> GetAllVwRequerimiento(Expression <Func <VwRequerimiento, bool> > criteria) { return(VwRequerimientoDao.GetAll(criteria)); }
public List <VwRequerimiento> GetAllVwRequerimiento(string orders) { return(VwRequerimientoDao.GetAll(orders)); }
public List <VwRequerimiento> GetAllVwRequerimiento() { return(VwRequerimientoDao.GetAll()); }