public MirConfigurationController(IMirConfigurationService mirConfigurationService, IDropdownService dropdownService) { _mirConfigurationService = mirConfigurationService; _dropdownService = dropdownService; }
public MirConfigurationController(IMirConfigurationService mirConfigurationService, IDropdownService dropdownService, IKpiService kpiService) { _mirConfigurationService = mirConfigurationService; _dropdownService = dropdownService; _kpiService = kpiService; }