Beispiel #1
0
 public BreadcrumbCommandParserService(
     IStringUtilService stringUtilService,
     ICSharpCommonStgService cSharpCommonStgService,
     IBreadcrumbCommandStgService breadcrumbCommandStgService)
 {
     _stringUtilService           = stringUtilService;
     _cSharpCommonStgService      = cSharpCommonStgService;
     _breadcrumbCommandStgService = breadcrumbCommandStgService;
 }
 public BreadcrumbCommandController(
     ILogger <MvcPodiumController> logger,
     IOptions <ProjectEnvironment> projectEnvironment,
     IOptions <UserSettings> userSettings,
     IIoUtilService ioUtilService,
     IBreadcrumbCommandStgService breadcrumbCommandStgService,
     IServiceCommandService serviceCommandService,
     IBreadcrumbControllerScraperFactory breadcrumbControllerScraperFactory,
     IBreadcrumbControllerInjectorFactory breadcrumbControllerInjectorFactory,
     IBreadcrumbClassInjectorFactory breadcrumbClassInjectorFactory)
 {
     _logger                              = logger;
     _projectEnvironment                  = projectEnvironment;
     _userSettings                        = userSettings;
     _ioUtilService                       = ioUtilService;
     _breadcrumbCommandStgService         = breadcrumbCommandStgService;
     _serviceCommandService               = serviceCommandService;
     _breadcrumbControllerScraperFactory  = breadcrumbControllerScraperFactory;
     _breadcrumbControllerInjectorFactory = breadcrumbControllerInjectorFactory;
     _breadcrumbClassInjectorFactory      = breadcrumbClassInjectorFactory;
 }