public AdminController(
            IAuthorizer authorizer,
            IThemeOverrideService themeOverrideService,
            ICombinatorCacheManipulationEventHandler combinatorCacheManipulator,
            INotifier notifier)
        {
            _authorizer = authorizer;
            _themeOverrideService = themeOverrideService;
            _combinatorCacheManipulator = combinatorCacheManipulator;
            _notifier = notifier;

            T = NullLocalizer.Instance;
        }
Exemple #2
0
        public AdminController(
            IAuthorizer authorizer,
            IThemeOverrideService themeOverrideService,
            ICombinatorCacheManipulationEventHandler combinatorCacheManipulator,
            INotifier notifier)
        {
            _authorizer                 = authorizer;
            _themeOverrideService       = themeOverrideService;
            _combinatorCacheManipulator = combinatorCacheManipulator;
            _notifier = notifier;

            T = NullLocalizer.Instance;
        }