Exemplo n.º 1
0
        public DevToolsPlugin(ISettingService settingService,
                              ICacheableRouteRegistrar cacheAbleRouteRegistrar)
        {
            _settingService          = settingService;
            _cacheableRouteRegistrar = cacheAbleRouteRegistrar;

            this.Logger = NullLogger.Instance;
        }
Exemplo n.º 2
0
        public DevToolsPlugin(
            ICommonServices services,
            ICacheableRouteRegistrar cacheAbleRouteRegistrar)
        {
            _services = services;
            _cacheableRouteRegistrar = cacheAbleRouteRegistrar;

            Logger = NullLogger.Instance;
        }