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