Пример #1
0
 public ContentSectionController()
 {
     sectionService = new ContentSectionService();
     templateService = new ContentSectionTemplateService();
     sectionTypeService = new ContentSectionTypeService();
     feedService = new FeedSourceService();
 }
Пример #2
0
 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();
 }
 public TemplateCustomController()
 {
     sectionService = new ContentSectionService();
     ctService = new ContentCustomTemplateService();
     templatelService = new ContentSectionTemplateService();
 }
Пример #6
0
 public TemplateController()
 {
     sectionTypeService = new ContentSectionTypeService();
     sectionService = new ContentSectionService();
     templateService = new ContentSectionTemplateService();
 }