Beispiel #1
0
 public ExchangeService(IExchangeApi api)
 {
     _api    = api;
     _quotes = api.GetQuotes();
 }