Exemplo n.º 1
0
 public List <VwOrdendeventadetimpguiaremision> GetAllVwOrdendeventadetimpguiaremision(Expression <Func <VwOrdendeventadetimpguiaremision, bool> > criteria)
 {
     return(VwOrdendeventadetimpguiaremisionDao.GetAll(criteria));
 }
Exemplo n.º 2
0
 public List <VwOrdendeventadetimpguiaremision> GetAllVwOrdendeventadetimpguiaremision(string conditions, string orders)
 {
     return(VwOrdendeventadetimpguiaremisionDao.GetAll(conditions, orders));
 }
Exemplo n.º 3
0
 public List <VwOrdendeventadetimpguiaremision> GetAllVwOrdendeventadetimpguiaremision()
 {
     return(VwOrdendeventadetimpguiaremisionDao.GetAll());
 }