public ThemedViewResultFilter(IThemeManager themeManager, WorkContext workContext, ILayoutAwareViewEngine layoutAwareViewEngine)
 {
     _themeManager          = themeManager;
     _workContext           = workContext.AsMvcWorkContext();
     _layoutAwareViewEngine = layoutAwareViewEngine;
     Logger = NullLogger.Instance;
 }
 public ThemedViewResultFilter(IThemeManager themeManager, WorkContext workContext, ILayoutAwareViewEngine layoutAwareViewEngine)
 {
     _themeManager = themeManager;
     _workContext = workContext;
     _layoutAwareViewEngine = layoutAwareViewEngine;
     Logger = NullLogger.Instance;
 }
예제 #3
0
 public TemplateViewService(ILayoutAwareViewEngine layoutAwareViewEngine,
                            IWorkContextAccessor workContextAccessor)
 {
     _layoutAwareViewEngine = layoutAwareViewEngine;
     _workContextAccessor   = workContextAccessor;
 }
예제 #4
0
 public TemplateViewService(ILayoutAwareViewEngine layoutAwareViewEngine,
     IWorkContextAccessor workContextAccessor)
 {
     _layoutAwareViewEngine = layoutAwareViewEngine;
     _workContextAccessor = workContextAccessor;
 }