コード例 #1
0
ファイル: SectionController.cs プロジェクト: sdujq/wojilu
        public SectionController()
        {
            LayoutControllerType = typeof( Section.LayoutController );

            postService = new ContentPostService();
            sectionService = new ContentSectionService();
        }
コード例 #2
0
 public ListController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     attachmentService = new AttachmentService();
     ctService = new ContentCustomTemplateService();
 }
コード例 #3
0
 public AdminController() {
     sectionService = new ContentSectionService();
     postService = new ContentPostService();
     tempPostService = new ContentTempPostService();
     ntService = new NotificationService();
     msgService = new MessageService();
 }
コード例 #4
0
        public AttachmentController()
        {
            postService = new ContentPostService();
            attachService = new AttachmentService();

            HideLayout( typeof( wojilu.Web.Controller.Content.LayoutController ) );
        }
コード例 #5
0
 public SectionDataController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     TplService = new ContentSectionTemplateService();
     ctService = new ContentCustomTemplateService();
 }
コード例 #6
0
ファイル: ImgController.cs プロジェクト: robin88/wojilu
 public ImgController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     imgService = new ContentImgService();
     ctService = new ContentCustomTemplateService();
 }
コード例 #7
0
 public CmsInstallerBase() {
     installerService = new AppInstallerService();
     appService = new UserAppService();
     menuService = new UserMenuService();
     sectionService = new ContentSectionService();
     tplService = new ContentCustomTemplateService();
     postService = new ContentPostService();
 }
コード例 #8
0
        public PostController() {
            LayoutControllerType = typeof( Section.LayoutController );

            postService = new ContentPostService();
            sectionService = new ContentSectionService();
            attachmentService = new AttachmentService();
            psService = new ContentPostSectionService();
        }
コード例 #9
0
        public ContentController() {
            sectionService = new ContentSectionService();
            templatelService = new ContentSectionTemplateService();
            postService = new ContentPostService();
            ctService = new ContentCustomTemplateService();

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

            HideLayout( typeof( wojilu.Web.Controller.Content.LayoutController ) );
        }
コード例 #11
0
ファイル: PollController.cs プロジェクト: Boshin/wojilu
 public PollController()
 {
     topicService = new ContentPostService();
     pollService = new ContentPollService();
     sectionService = new ContentSectionService();
 }
コード例 #12
0
 public LayoutController()
 {
     postService = new ContentPostService();
 }
コード例 #13
0
ファイル: ListTwoController.cs プロジェクト: NOTHEN/wojilu
 public ListTwoController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
 }
コード例 #14
0
 public ThumbSlideController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
 }
コード例 #15
0
ファイル: ExportController.cs プロジェクト: naroate/wojilu
 public ExportController()
 {
     sectionService = new ContentSectionService();
     postService = new ContentPostService();
 }
コード例 #16
0
 public PostController() {
     sectionService = new ContentSectionService();
     postService = new ContentPostService();
     tempPostService = new ContentTempPostService();
 }
コード例 #17
0
 public PollController()
 {
     postService = new ContentPostService();
     pollService = new ContentPollService();
 }
コード例 #18
0
ファイル: PostDeleteObserver.cs プロジェクト: Boshin/wojilu
 public PostDeleteObserver()
 {
     postService = new ContentPostService();
 }
コード例 #19
0
 public PostImgController()
 {
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }
コード例 #20
0
ファイル: SidebarController.cs プロジェクト: Boshin/wojilu
 public SidebarController()
 {
     postService = new ContentPostService();
 }
コード例 #21
0
 public SummaryController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
 }
コード例 #22
0
ファイル: ImgController.cs プロジェクト: ningboliuwei/wojilu
 public ImgController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     imgService = new ContentImgService();
 }
コード例 #23
0
 public NormalController() {
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }
コード例 #24
0
ファイル: PostUpdateObserver.cs プロジェクト: Boshin/wojilu
 public PostUpdateObserver()
 {
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }
コード例 #25
0
ファイル: ListController.cs プロジェクト: ningboliuwei/wojilu
 public ListController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     attachService = new AttachmentService();
 }
コード例 #26
0
ファイル: MyListController.cs プロジェクト: robin88/wojilu
 public MyListController()
 {
     tpostService = new ContentTempPostService();
     postService = new ContentPostService();
 }
コード例 #27
0
 public ContentAttachmentController()
 {
     postService = new ContentPostService();
     attachmentService = new AttachmentService();
 }
コード例 #28
0
ファイル: LayoutController.cs プロジェクト: robin88/wojilu
 public LayoutController()
 {
     tempPostService = new ContentTempPostService();
     postService = new ContentPostService();
 }
コード例 #29
0
ファイル: VideoController.cs プロジェクト: naroate/wojilu
 public VideoController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
 }
コード例 #30
0
 public VideoController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     ctService = new ContentCustomTemplateService();
 }