コード例 #1
0
 public ListImgController()
 {
     sectionService = new ContentSectionService();
     postService    = new ContentPostService();
     imgService     = new ContentImgService();
     ctService      = new ContentCustomTemplateService();
 }
コード例 #2
0
 public NormalController()
 {
     postService    = new ContentPostService();
     imgService     = new ContentImgService();
     sectionService = new ContentSectionService();
     ctService      = new ContentCustomTemplateService();
 }
コード例 #3
0
ファイル: PostUpdateObserver.cs プロジェクト: zhdwwf/wojilu
 public PostUpdateObserver()
 {
     postService = new ContentPostService();
     imgService  = new ContentImgService();
 }
コード例 #4
0
ファイル: ListImgController.cs プロジェクト: zhdwwf/wojilu
 public ListImgController()
 {
     sectionService = new ContentSectionService();
     postService    = new ContentPostService();
     imgService     = new ContentImgService();
 }
コード例 #5
0
ファイル: NormalController.cs プロジェクト: zuhuizou/wojilu
 public NormalController()
 {
     postService    = new ContentPostService();
     imgService     = new ContentImgService();
     sectionService = new ContentSectionService();
 }