示例#1
0
 public PollController()
 {
     topicService = new ContentPostService();
     pollService = new ContentPollService();
     sectionService = new ContentSectionService();
 }
示例#2
0
 public PollController()
 {
     postService = new ContentPostService();
     pollService = new ContentPollService();
 }
示例#3
0
 public PollController()
 {
     postService    = new ContentPostService();
     sectionService = new ContentSectionService();
     pollService    = new ContentPollService();
 }
示例#4
0
 public PollController()
 {
     topicService = new ContentPostService();
     pollService  = new ContentPollService();
 }