コード例 #1
0
 public IActionResult Info(string id)
 {
     return(View(trainService.GetTrainInfoFromId(id)));
 }