public ColumnDefinitionController(IContentManager iContentManager, IOrchardServices orchardServices, IProjectionManager projectionManager, ITemplateViewService templateViewService) { _contentManager = iContentManager; Services = orchardServices; _projectionManager = projectionManager; _templateViewService = templateViewService; T = NullLocalizer.Instance; }
public LayoutController(IContentDefinitionManager contentDefinitionManager, ITemplateViewService templateViewService) { _contentDefinitionManager = contentDefinitionManager; _templateViewService = templateViewService; }