public List <VwOrdendeventadetimpguiaremision> GetAllVwOrdendeventadetimpguiaremision(Expression <Func <VwOrdendeventadetimpguiaremision, bool> > criteria) { return(VwOrdendeventadetimpguiaremisionDao.GetAll(criteria)); }
public List <VwOrdendeventadetimpguiaremision> GetAllVwOrdendeventadetimpguiaremision(string conditions, string orders) { return(VwOrdendeventadetimpguiaremisionDao.GetAll(conditions, orders)); }
public List <VwOrdendeventadetimpguiaremision> GetAllVwOrdendeventadetimpguiaremision() { return(VwOrdendeventadetimpguiaremisionDao.GetAll()); }