Beispiel #1
0
 // GET: Pokemon/Details/5
 public ActionResult Details(int id)
 {
     return(View(new Pokemon(service.GetPokemonById(id))));
 }