コード例 #1
0
ファイル: ImgController.cs プロジェクト: robin88/wojilu
 public ImgController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     imgService = new ContentImgService();
     ctService = new ContentCustomTemplateService();
 }
コード例 #2
0
 public SectionDataController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     TplService = new ContentSectionTemplateService();
     ctService = new ContentCustomTemplateService();
 }
コード例 #3
0
 public ListController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     attachmentService = new AttachmentService();
     ctService = new ContentCustomTemplateService();
 }
コード例 #4
0
ファイル: CmsInstallerBase.cs プロジェクト: robin88/wojilu
 public CmsInstallerBase()
 {
     installerService = new AppInstallerService();
     appService = new UserAppService();
     menuService = new UserMenuService();
     sectionService = new ContentSectionService();
     tplService = new ContentCustomTemplateService();
 }
コード例 #5
0
ファイル: ContentController.cs プロジェクト: Boshin/wojilu
        public ContentController()
        {
            sectionService = new ContentSectionService();
            templatelService = new ContentSectionTemplateService();
            postService = new ContentPostService();
            ctService = new ContentCustomTemplateService();

            HideLayout( typeof( wojilu.Web.Controller.Content.LayoutController ) );
        }
コード例 #6
0
 public SectionSettingController() {
     sectionService = new ContentSectionService();
     ctService = new ContentCustomTemplateService();
     templatelService = new ContentSectionTemplateService();
 }
コード例 #7
0
 public MyFaceBinderController()
 {
     ctService = new ContentCustomTemplateService();
 }
コード例 #8
0
 public VideoController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     ctService = new ContentCustomTemplateService();
 }
コード例 #9
0
 public ExcerptBinderController()
 {
     ctService = new ContentCustomTemplateService();
 }
コード例 #10
0
 public MyMicroblogBinderController()
 {
     ctService = new ContentCustomTemplateService();
 }
コード例 #11
0
 public ContentController()
 {
     SectionService = new ContentSectionService();
     TplService = new ContentSectionTemplateService();
     ctService = new ContentCustomTemplateService();
 }
コード例 #12
0
 public MyFeedBinderController()
 {
     feedService = new FeedService();
     ctService = new ContentCustomTemplateService();
 }
コード例 #13
0
 public LoginBinderController()
 {
     ctService = new ContentCustomTemplateService();
 }