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