public ContentSectionController() { sectionService = new ContentSectionService(); templateService = new ContentSectionTemplateService(); sectionTypeService = new ContentSectionTypeService(); feedService = new FeedSourceService(); }
public SectionDataController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); TplService = new ContentSectionTemplateService(); ctService = new ContentCustomTemplateService(); }
public ContentController() { sectionService = new ContentSectionService(); templatelService = new ContentSectionTemplateService(); postService = new ContentPostService(); ctService = new ContentCustomTemplateService(); HideLayout( typeof( wojilu.Web.Controller.Content.LayoutController ) ); }
public ContentController() { SectionService = new ContentSectionService(); TplService = new ContentSectionTemplateService(); ctService = new ContentCustomTemplateService(); }
public TemplateCustomController() { sectionService = new ContentSectionService(); ctService = new ContentCustomTemplateService(); templatelService = new ContentSectionTemplateService(); }
public TemplateController() { sectionTypeService = new ContentSectionTypeService(); sectionService = new ContentSectionService(); templateService = new ContentSectionTemplateService(); }