예제 #1
0
 public ExchangeRateController(IExchangeRateCommandService exchangeRateCommandService, IExchangeRateReportService exchangeRateReportService)
 {
   _exchangeRateReportService = exchangeRateReportService;
   _exchangeRateCommandService = exchangeRateCommandService;
 }
예제 #2
0
 public ExchangeRateController(IExchangeRateCommandService exchangeRateCommandService, IExchangeRateReportService exchangeRateReportService)
 {
     _exchangeRateReportService  = exchangeRateReportService;
     _exchangeRateCommandService = exchangeRateCommandService;
 }