Beispiel #1
0
        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 ) );
        }
Beispiel #4
0
        public PostController()
        {
            LayoutControllerType = typeof( Section.LayoutController );

            postService = new ContentPostService();
            sectionService = new ContentSectionService();
            attachmentService = new AttachmentService();
            psService = new ContentPostSectionService();
        }
Beispiel #5
0
 public ListController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     attachService = new AttachmentService();
 }
 public ContentAttachmentController()
 {
     postService = new ContentPostService();
     attachmentService = new AttachmentService();
 }