Beispiel #1
0
 public virtual Task <ExchangeRate> GetAsync(string currency, ExchangeRateGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(this.GetEntityAsync(currency, options, requestOptions, cancellationToken));
 }
Beispiel #2
0
 public virtual ExchangeRate Get(string currency, ExchangeRateGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetEntity(currency, options, requestOptions));
 }