Exemple #1
0
 public List <VwUbicacion> GetAllVwUbicacion(string conditions, string orders)
 {
     return(VwUbicacionDao.GetAll(conditions, orders));
 }
Exemple #2
0
 public List <VwUbicacion> GetAllVwUbicacion(Expression <Func <VwUbicacion, bool> > criteria)
 {
     return(VwUbicacionDao.GetAll(criteria));
 }
Exemple #3
0
 public List <VwUbicacion> GetAllVwUbicacion(string orders)
 {
     return(VwUbicacionDao.GetAll(orders));
 }
Exemple #4
0
 public List <VwUbicacion> GetAllVwUbicacion()
 {
     return(VwUbicacionDao.GetAll());
 }