Ejemplo n.º 1
0
 public StockIndexValueService(IStockIndexValueData stockIndexValueData,
                               IStockIndexTickerService stockIndexTickerService,
                               IConnectionService connectionService,
                               IMarketDataService marketDataService)
 {
     _stockIndexValueData     = stockIndexValueData;
     _stockIndexTickerService = stockIndexTickerService;
     _connectionService       = connectionService;
     _marketDataService       = marketDataService;
 }
 public StockIndexController(IStockIndexTickerService stockIndexService)
 {
     _stockIndexService = stockIndexService;
 }