Esempio n. 1
0
 public HomeController()
 {
     cnx = new PokemonsEntities2();
 }
Esempio n. 2
0
 public EntrenadorController()
 {
     cnx = new PokemonsEntities2();
 }