示例#1
0
        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
 public ImgController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     imgService = new ContentImgService();
     ctService = new ContentCustomTemplateService();
 }
 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();
        }
        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
 public PollController()
 {
     topicService = new ContentPostService();
     pollService = new ContentPollService();
     sectionService = new ContentSectionService();
 }
示例#12
0
 public LayoutController()
 {
     postService = new ContentPostService();
 }
示例#13
0
 public ListTwoController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
 }
示例#14
0
 public ThumbSlideController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
 }
示例#15
0
 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
 public PostDeleteObserver()
 {
     postService = new ContentPostService();
 }
示例#19
0
 public PostImgController()
 {
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }
示例#20
0
 public SidebarController()
 {
     postService = new ContentPostService();
 }
示例#21
0
 public SummaryController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
 }
示例#22
0
 public ImgController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     imgService = new ContentImgService();
 }
示例#23
0
 public NormalController() {
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }
示例#24
0
 public PostUpdateObserver()
 {
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }
示例#25
0
 public ListController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     attachService = new AttachmentService();
 }
示例#26
0
 public MyListController()
 {
     tpostService = new ContentTempPostService();
     postService = new ContentPostService();
 }
 public ContentAttachmentController()
 {
     postService = new ContentPostService();
     attachmentService = new AttachmentService();
 }
示例#28
0
 public LayoutController()
 {
     tempPostService = new ContentTempPostService();
     postService = new ContentPostService();
 }
示例#29
0
 public VideoController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
 }
示例#30
0
 public VideoController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     ctService = new ContentCustomTemplateService();
 }