示例#1
0
 /// <summary>
 /// 通过国家编码获取国家名称   ---DS2012
 /// </summary>
 /// <param name="countryID">国家ID</param>
 /// <returns>返回国家名称</returns>
 public static string GetCountryNameByCountryCode(string countryCode)
 {
     return(CountryDAL.GetCountryNameByCountryCode(countryCode));
 }