public FileSystemPageProviderService(IPageLocatorService pageLocator, IPageParserService pageParser, IHostingConfig hostingConfig)
 {
     _pageLocator = pageLocator;
     _pageParser = pageParser;
     _hostingConfig = hostingConfig;
 }
Пример #2
0
 public Kernel(IXrcService xrcService, IHostingConfig hostingConfig)
 {
     _xrcService = xrcService;
     _hostingConfig = hostingConfig;
 }