示例#1
0
 public IActionResult PlayerStats(int id)
 {
     return(PartialView("PlayStats", repHandler.PlayerStats(id)));
 }