Ejemplo n.º 1
0
 public PollController()
 {
     topicService = new ContentPostService();
     pollService = new ContentPollService();
     sectionService = new ContentSectionService();
 }
Ejemplo n.º 2
0
 public PollController()
 {
     postService = new ContentPostService();
     pollService = new ContentPollService();
 }
Ejemplo n.º 3
0
 public PollController()
 {
     postService    = new ContentPostService();
     sectionService = new ContentSectionService();
     pollService    = new ContentPollService();
 }
Ejemplo n.º 4
0
 public PollController()
 {
     topicService = new ContentPostService();
     pollService  = new ContentPollService();
 }