public ValuesController(ExchangeReportServices exchangeReportServices) { _exchangeReportServices = exchangeReportServices; }
public StocksController(ExchangeReportServices exchangeReportServices) { _exchangeReportServices = exchangeReportServices; }