Пример #1
0
 public ContentSectionController()
 {
     sectionService     = new ContentSectionService();
     templateService    = new ContentSectionTemplateService();
     sectionTypeService = new ContentSectionTypeService();
     feedService        = new FeedSourceService();
 }
 public SectionDataController()
 {
     postService    = new ContentPostService();
     sectionService = new ContentSectionService();
     TplService     = new ContentSectionTemplateService();
     ctService      = new ContentCustomTemplateService();
 }
Пример #3
0
        public ContentController()
        {
            sectionService   = new ContentSectionService();
            templatelService = new ContentSectionTemplateService();
            postService      = new ContentPostService();
            ctService        = new ContentCustomTemplateService();

            HideLayout(typeof(wojilu.Web.Controller.Content.LayoutController));
        }
Пример #4
0
 public ContentController()
 {
     SectionService = new ContentSectionService();
     TplService     = new ContentSectionTemplateService();
     ctService      = new ContentCustomTemplateService();
 }