public List <VwCpcompradet> GetAllVwCpcompradet(string conditions, string orders) { return(VwCpcompradetDao.GetAll(conditions, orders)); }
public List <VwCpcompradet> GetAllVwCpcompradet(Expression <Func <VwCpcompradet, bool> > criteria) { return(VwCpcompradetDao.GetAll(criteria)); }
public List <VwCpcompradet> GetAllVwCpcompradet(string orders) { return(VwCpcompradetDao.GetAll(orders)); }
public List <VwCpcompradet> GetAllVwCpcompradet() { return(VwCpcompradetDao.GetAll()); }