Interface DistrictDao

    • Method Detail

      • findDistrictByCityAndIsocode

        java.util.List<DistrictModel> findDistrictByCityAndIsocode​(CityModel city,
                                                                   java.lang.String isocode)
        Find all districts by city and its code
        Parameters:
        city - the city that the district belongs to
        isocode - district code
        Returns:
        districts