Пример #1
0
 public ContentSectionController()
 {
     sectionService     = new ContentSectionService();
     templateService    = new ContentSectionTemplateService();
     sectionTypeService = new ContentSectionTypeService();
     feedService        = new FeedSourceService();
 }
Пример #2
0
 public TemplateController()
 {
     sectionTypeService = new ContentSectionTypeService();
     sectionService     = new ContentSectionService();
     templateService    = new ContentSectionTemplateService();
 }