示例#1
0
 public IActionResult DriverList(string id)
 {
     return(View(driverLogic.GetDriversOfTeam(id)));
 }