Esempio n. 1
0
 public ContentSectionController()
 {
     sectionService     = new ContentSectionService();
     templateService    = new ContentSectionTemplateService();
     sectionTypeService = new ContentSectionTypeService();
     feedService        = new FeedSourceService();
 }
Esempio n. 2
0
 public TemplateController()
 {
     sectionTypeService = new ContentSectionTypeService();
     sectionService     = new ContentSectionService();
     templateService    = new ContentSectionTemplateService();
 }