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