Esempio n. 1
0
 public RegistrationController()
 {
     db = new ChichkaContext();
 }
Esempio n. 2
0
 public GameController()
 {
     db = new ChichkaContext();
 }