Example #1
0
 //获取国家名
 public static string GetCountryName(string id)
 {
     return(CountryDAL.GetCountryName(id));
 }