Exemplo n.º 1
0
 public ISOCountryLookup(IISOCountryReader <T> countryReader, string source, bool ignoreCase)
     : this(countryReader.Parse(source), ignoreCase)
 {
 }
Exemplo n.º 2
0
 public ISOCountryLookup(IISOCountryReader <T> countryReader, string source)
     : this(countryReader.Parse(source))
 {
 }