Пример #1
0
 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
 public CmsInstallerBase()
 {
     installerService = new AppInstallerService();
     appService = new UserAppService();
     menuService = new UserMenuService();
     sectionService = new ContentSectionService();
     tplService = new ContentCustomTemplateService();
 }
Пример #5
0
        public ContentController()
        {
            sectionService = new ContentSectionService();
            templatelService = new ContentSectionTemplateService();
            postService = new ContentPostService();
            ctService = new ContentCustomTemplateService();

            HideLayout( typeof( wojilu.Web.Controller.Content.LayoutController ) );
        }
 public SectionSettingController() {
     sectionService = new ContentSectionService();
     ctService = new ContentCustomTemplateService();
     templatelService = new ContentSectionTemplateService();
 }
 public MyFaceBinderController()
 {
     ctService = new ContentCustomTemplateService();
 }
Пример #8
0
 public VideoController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     ctService = new ContentCustomTemplateService();
 }
 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();
 }
 public LoginBinderController()
 {
     ctService = new ContentCustomTemplateService();
 }