Interface ICountryServices


public interface ICountryServices
  • Method Details

    • getCountryByCountryIso

      Country getCountryByCountryIso​(java.lang.String CountryCode)
    • getCountryByCountryId

      Country getCountryByCountryId​(java.lang.String CountryId)
    • getCountryByCountryIsoLocal

      Country getCountryByCountryIsoLocal​(java.lang.String code)
    • getCountryByCountryIdLocal

      Country getCountryByCountryIdLocal​(java.lang.String CountryId)
    • getCountryByPrefixIdLocal

      Country getCountryByPrefixIdLocal​(int countryPhoneCode)