コード例 #1
0
        public AttachmentController()
        {
            postService = new ContentPostService();
            attachService = new AttachmentService();

            HideLayout( typeof( wojilu.Web.Controller.Content.LayoutController ) );
        }
コード例 #2
0
 public ListController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     attachmentService = new AttachmentService();
     ctService = new ContentCustomTemplateService();
 }
コード例 #3
0
        public PostController() {
            postService = new ContentPostService();
            sectionService = new ContentSectionService();
            attachService = new AttachmentService();
            appService = new SiteAppService();

            HideLayout( typeof( wojilu.Web.Controller.Content.LayoutController ) );
        }
コード例 #4
0
ファイル: PostController.cs プロジェクト: Boshin/wojilu
        public PostController()
        {
            LayoutControllerType = typeof( Section.LayoutController );

            postService = new ContentPostService();
            sectionService = new ContentSectionService();
            attachmentService = new AttachmentService();
            psService = new ContentPostSectionService();
        }
コード例 #5
0
ファイル: ListController.cs プロジェクト: ningboliuwei/wojilu
 public ListController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     attachService = new AttachmentService();
 }
コード例 #6
0
 public ContentAttachmentController()
 {
     postService = new ContentPostService();
     attachmentService = new AttachmentService();
 }