Example #1
0
 public ThreadHub()
 {
     _forumContext = new ForumContext();
 }
Example #2
0
 public PostHub()
 {
     _forumContext = new ForumContext();
 }