Пример #1
0
 public Task DeleteAsync(string fromAsset, string toAsset)
 {
     return(_currencyRateService.DeleteAsync(fromAsset, toAsset));
 }