public UsersController()
 {
     this.context = new ForumBashContext();
 }
Exemple #2
0
 public SOIssuesController()
 {
     this.context = new ForumBashContext();
 }