示例#1
0
 public RegistrationController()
 {
     db = new ChichkaContext();
 }
示例#2
0
 public GameController()
 {
     db = new ChichkaContext();
 }