Esempio n. 1
0
 public string GetCountryName()
 {
     return(geoInfo != null?geoInfo.GetCountryName() : string.Empty);
 }