public List <VwOrdendeventadetcpventaimp> GetAllVwOrdendeventadetcpventaimp(string conditions, string orders) { return(VwOrdendeventadetcpventaimpDao.GetAll(conditions, orders)); }
public List <VwOrdendeventadetcpventaimp> GetAllVwOrdendeventadetcpventaimp(Expression <Func <VwOrdendeventadetcpventaimp, bool> > criteria) { return(VwOrdendeventadetcpventaimpDao.GetAll(criteria)); }
public List <VwOrdendeventadetcpventaimp> GetAllVwOrdendeventadetcpventaimp(string orders) { return(VwOrdendeventadetcpventaimpDao.GetAll(orders)); }
public List <VwOrdendeventadetcpventaimp> GetAllVwOrdendeventadetcpventaimp() { return(VwOrdendeventadetcpventaimpDao.GetAll()); }