public ExchangeRateController(IExchangeRateCommandService exchangeRateCommandService, IExchangeRateReportService exchangeRateReportService)
 {
   _exchangeRateReportService = exchangeRateReportService;
   _exchangeRateCommandService = exchangeRateCommandService;
 }
Exemple #2
0
 public DropDownListController(IExchangeRateReportService exchangeRateReportService)
 {
     _exchangeRateReportService = exchangeRateReportService;
 }
Exemple #3
0
 public ExchangeRateController(IExchangeRateCommandService exchangeRateCommandService, IExchangeRateReportService exchangeRateReportService)
 {
     _exchangeRateReportService  = exchangeRateReportService;
     _exchangeRateCommandService = exchangeRateCommandService;
 }
 public DropDownListController(IExchangeRateReportService exchangeRateReportService)
 {
   _exchangeRateReportService = exchangeRateReportService;
 }