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