Exemplo n.º 1
0
 public IActionResult PlayerInfoSeason(int id, int year)
 {
     return(View(RosterHandler.GetByPlayerAndYear(id, year)));
 }