コード例 #1
0
ファイル: PollController.cs プロジェクト: Boshin/wojilu
 public PollController()
 {
     topicService = new ContentPostService();
     pollService = new ContentPollService();
     sectionService = new ContentSectionService();
 }
コード例 #2
0
 public PollController()
 {
     postService = new ContentPostService();
     pollService = new ContentPollService();
 }
コード例 #3
0
ファイル: PollController.cs プロジェクト: zhdwwf/wojilu
 public PollController()
 {
     postService    = new ContentPostService();
     sectionService = new ContentSectionService();
     pollService    = new ContentPollService();
 }
コード例 #4
0
 public PollController()
 {
     topicService = new ContentPostService();
     pollService  = new ContentPollService();
 }