Ejemplo n.º 1
0
 public IActionResult Dojo(int id)
 {
     ViewBag.Dojo = ninjaFactory.NinjasWithDojo(id);
     return(View());
 }