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