コード例 #1
0
ファイル: NopCore.cs プロジェクト: zivwang/NopAPIExample
 public string GetCurrency()
 {
     return(client.GetCurrency());
 }