public List <VwNotacreditoclidet> GetAllVwNotacreditoclidet(string conditions, string orders) { return(VwNotacreditoclidetDao.GetAll(conditions, orders)); }
public List <VwNotacreditoclidet> GetAllVwNotacreditoclidet(Expression <Func <VwNotacreditoclidet, bool> > criteria) { return(VwNotacreditoclidetDao.GetAll(criteria)); }
public List <VwNotacreditoclidet> GetAllVwNotacreditoclidet(string orders) { return(VwNotacreditoclidetDao.GetAll(orders)); }
public List <VwNotacreditoclidet> GetAllVwNotacreditoclidet() { return(VwNotacreditoclidetDao.GetAll()); }