예제 #1
0
 public IP2CountryResolver(IIP2CountryDataSource ipDataSource, IPAddressComparer ipAddressComparer)
     : this(new[] { ipDataSource }, ipAddressComparer)
 {
 }
예제 #2
0
 public IP2CountryResolver(IIP2CountryDataSource ipDataSource)
     : this(new[] { ipDataSource })
 {
 }