Пример #1
0
 public ResponseResult CreateCurrency(string currencyCode)
 {
     return(_currenciesService.CreateCurrency(currencyCode));
 }