Exemple #1
0
 private void WhenIWantToBuy(decimal quantity, Currency currency)
 {
     quoted = exchangeRate.QuoteWhenIntendingToBuy(quantity);
 }