Exemplo n.º 1
0
 // GET: Race
 public ActionResult Index()
 {
     return(View(new Race(selection.Get())));
 }