public List <VwNotacredito> GetAllVwNotacredito(string conditions, string orders) { return(VwNotacreditoDao.GetAll(conditions, orders)); }
public List <VwNotacredito> GetAllVwNotacredito(Expression <Func <VwNotacredito, bool> > criteria) { return(VwNotacreditoDao.GetAll(criteria)); }
public List <VwNotacredito> GetAllVwNotacredito(string orders) { return(VwNotacreditoDao.GetAll(orders)); }
public List <VwNotacredito> GetAllVwNotacredito() { return(VwNotacreditoDao.GetAll()); }