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