コード例 #1
0
 public ContentSectionController()
 {
     sectionService     = new ContentSectionService();
     templateService    = new ContentSectionTemplateService();
     sectionTypeService = new ContentSectionTypeService();
     feedService        = new FeedSourceService();
 }
コード例 #2
0
ファイル: TemplateController.cs プロジェクト: zuhuizou/wojilu
 public TemplateController()
 {
     sectionTypeService = new ContentSectionTypeService();
     sectionService     = new ContentSectionService();
     templateService    = new ContentSectionTemplateService();
 }