示例#1
0
 //获取当前系统的币种
 public static string GetCurrency()
 {
     return(CountryDAL.GetCurrency());
 }