예제 #1
0
 /// <summary>
 /// Get country with the specified name.
 /// </summary>
 /// <param name="countryName"></param>
 /// <returns></returns>
 public static BoolMessageItem <Country> GetCountry(string countryName)
 {
     return(_provider.Country(countryName));
 }