Exemplo n.º 1
0
 public ValuesController(ExchangeReportServices exchangeReportServices)
 {
     _exchangeReportServices = exchangeReportServices;
 }
Exemplo n.º 2
0
 public StocksController(ExchangeReportServices exchangeReportServices)
 {
     _exchangeReportServices = exchangeReportServices;
 }