Ejemplo n.º 1
0
 public async Task <IActionResult> Index(int id)
 {
     return(View(_planetManager.GetPlanet(id)));
 }