示例#1
0
 /// <summary>
 /// 根据币种ID获取国家编码  ---DS2012
 /// </summary>
 /// <returns></returns>
 public static string GetCountryCodeByID(string currency)
 {
     return(CountryDAL.GetCountryCodeByID(currency));
 }