public List <Cpventadet> GetAllCpventadet(string conditions, string orders) { return(CpventadetDao.GetAll(conditions, orders)); }
public List <Cpventadet> GetAllCpventadet(Expression <Func <Cpventadet, bool> > criteria) { return(CpventadetDao.GetAll(criteria)); }
public List <Cpventadet> GetAllCpventadet(string orders) { return(CpventadetDao.GetAll(orders)); }
public List <Cpventadet> GetAllCpventadet() { return(CpventadetDao.GetAll()); }