public List <VwUbicacion> GetAllVwUbicacion(string conditions, string orders) { return(VwUbicacionDao.GetAll(conditions, orders)); }
public List <VwUbicacion> GetAllVwUbicacion(Expression <Func <VwUbicacion, bool> > criteria) { return(VwUbicacionDao.GetAll(criteria)); }
public List <VwUbicacion> GetAllVwUbicacion(string orders) { return(VwUbicacionDao.GetAll(orders)); }
public List <VwUbicacion> GetAllVwUbicacion() { return(VwUbicacionDao.GetAll()); }