Exemplo n.º 1
0
 public ContentSectionController()
 {
     sectionService     = new ContentSectionService();
     templateService    = new ContentSectionTemplateService();
     sectionTypeService = new ContentSectionTypeService();
     feedService        = new FeedSourceService();
 }
Exemplo n.º 2
0
 public ListImgController()
 {
     sectionService = new ContentSectionService();
     postService    = new ContentPostService();
     imgService     = new ContentImgService();
     ctService      = new ContentCustomTemplateService();
 }
Exemplo n.º 3
0
 public ListController()
 {
     postService       = new ContentPostService();
     sectionService    = new ContentSectionService();
     attachmentService = new AttachmentService();
     ctService         = new ContentCustomTemplateService();
 }
 public SectionDataController()
 {
     postService    = new ContentPostService();
     sectionService = new ContentSectionService();
     TplService     = new ContentSectionTemplateService();
     ctService      = new ContentCustomTemplateService();
 }
Exemplo n.º 5
0
 public NormalController()
 {
     postService    = new ContentPostService();
     imgService     = new ContentImgService();
     sectionService = new ContentSectionService();
     ctService      = new ContentCustomTemplateService();
 }
Exemplo n.º 6
0
 public AdminController()
 {
     sectionService  = new ContentSectionService();
     postService     = new ContentPostService();
     tempPostService = new ContentTempPostService();
     ntService       = new NotificationService();
     msgService      = new MessageService();
 }
Exemplo n.º 7
0
 public CmsInstallerBase()
 {
     installerService = new AppInstallerService();
     appService       = new UserAppService();
     menuService      = new UserMenuService();
     sectionService   = new ContentSectionService();
     tplService       = new ContentCustomTemplateService();
 }
Exemplo n.º 8
0
        public PostController()
        {
            postService    = new ContentPostService();
            sectionService = new ContentSectionService();
            attachService  = new AttachmentService();

            HideLayout(typeof(wojilu.Web.Controller.Content.LayoutController));
        }
Exemplo n.º 9
0
        public PostController()
        {
            LayoutControllerType = typeof(Section.LayoutController);

            postService       = new ContentPostService();
            sectionService    = new ContentSectionService();
            attachmentService = new AttachmentService();
            psService         = new ContentPostSectionService();
        }
Exemplo n.º 10
0
        public UserHomeInstaller()
        {
            sectionService = new ContentSectionService();
            appService     = new UserAppService();
            menuService    = new UserMenuService();
            appinfoService = new AppInstallerService();

            lbl = lang.getByApp(typeof(ContentApp));
        }
Exemplo n.º 11
0
        public ContentController()
        {
            sectionService   = new ContentSectionService();
            templatelService = new ContentSectionTemplateService();
            postService      = new ContentPostService();
            ctService        = new ContentCustomTemplateService();

            HideLayout(typeof(wojilu.Web.Controller.Content.LayoutController));
        }
Exemplo n.º 12
0
 public PostController()
 {
     sectionService  = new ContentSectionService();
     postService     = new ContentPostService();
     tempPostService = new ContentTempPostService();
 }
Exemplo n.º 13
0
 public ImgController()
 {
     postService    = new ContentPostService();
     sectionService = new ContentSectionService();
     imgService     = new ContentImgService();
 }
Exemplo n.º 14
0
 public TemplateCustomController()
 {
     sectionService   = new ContentSectionService();
     ctService        = new ContentCustomTemplateService();
     templatelService = new ContentSectionTemplateService();
 }
Exemplo n.º 15
0
 public ContentController()
 {
     SectionService = new ContentSectionService();
     TplService     = new ContentSectionTemplateService();
     ctService      = new ContentCustomTemplateService();
 }
Exemplo n.º 16
0
 public ExportController()
 {
     sectionService = new ContentSectionService();
     postService    = new ContentPostService();
 }
Exemplo n.º 17
0
 public TalkController()
 {
     postService    = new ContentPostService();
     sectionService = new ContentSectionService();
     ctService      = new ContentCustomTemplateService();
 }
Exemplo n.º 18
0
 public ListController()
 {
     postService    = new ContentPostService();
     sectionService = new ContentSectionService();
     attachService  = new AttachmentService();
 }
Exemplo n.º 19
0
 public PollController()
 {
     postService    = new ContentPostService();
     sectionService = new ContentSectionService();
     pollService    = new ContentPollService();
 }
Exemplo n.º 20
0
 public TemplateController()
 {
     sectionTypeService = new ContentSectionTypeService();
     sectionService     = new ContentSectionService();
     templateService    = new ContentSectionTemplateService();
 }