Interface CityDao

    • Method Detail

      • findCityByRegionAndIsocode

        java.util.List<CityModel> findCityByRegionAndIsocode​(RegionModel region,
                                                             java.lang.String isocode)
        Find all cities by region and its code
        Parameters:
        region - the region that the city belongs to
        isocode - city code
        Returns:
        cities