Example #1
0
 public static PagedList<City> getPagingList(CityCondition cityCondition) {
   return CityFacade.getPagingList(cityCondition);
 }