Exemple #1
0
 public Finance(ICryptocurrencyInfo crypto, IStockQuotes stocks, IForexInfo forex, IStockSearch search, Random random)
 {
     _crypto = crypto;
     _stocks = stocks;
     _forex  = forex;
     _search = search;
     _random = random;
 }