public AttachmentController() { postService = new ContentPostService(); attachService = new AttachmentService(); HideLayout( typeof( wojilu.Web.Controller.Content.LayoutController ) ); }
public ListController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); attachmentService = new AttachmentService(); ctService = new ContentCustomTemplateService(); }
public PostController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); attachService = new AttachmentService(); appService = new SiteAppService(); HideLayout( typeof( wojilu.Web.Controller.Content.LayoutController ) ); }
public PostController() { LayoutControllerType = typeof( Section.LayoutController ); postService = new ContentPostService(); sectionService = new ContentSectionService(); attachmentService = new AttachmentService(); psService = new ContentPostSectionService(); }
public ListController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); attachService = new AttachmentService(); }
public ContentAttachmentController() { postService = new ContentPostService(); attachmentService = new AttachmentService(); }