Beispiel #1
0
 private void WhenIWantToSell(decimal quantity, Currency currency)
 {
     quoted = exchangeRate.QuoteWhenIntendingToSell(quantity);
 }