C# 클래스 BatchGuy.App.Shared.Services.CountryCodeService

상속: ICountryCodeService
파일 보기 프로젝트 열기: yaboy58/BatchGuy 1 사용 예제들

공개 메소드들

메소드 설명
CountryCodeService ( IJsonSerializationService jsonSerializationService ) : System
GetCountryCodeByISOLongCode ( string isoLongCode ) : CountryCodeItem
GetCountryCodes ( ) : List

비공개 메소드들

메소드 설명
GetCountryCodeItems ( ) : List
GetISOCountryCodes ( ) : ISOCountryCodeCollection

메소드 상세

CountryCodeService() 공개 메소드

public CountryCodeService ( IJsonSerializationService jsonSerializationService ) : System
jsonSerializationService IJsonSerializationService
리턴 System

GetCountryCodeByISOLongCode() 공개 메소드

public GetCountryCodeByISOLongCode ( string isoLongCode ) : CountryCodeItem
isoLongCode string
리턴 CountryCodeItem

GetCountryCodes() 공개 메소드

public GetCountryCodes ( ) : List
리턴 List