Пример #1
0
 //获取国家简称
 public static string GetCountryShortName(string id)
 {
     return(CountryDAL.GetCountryShortName(id));
 }