コード例 #1
0
 public IActionResult UpdateCareer(Career career)
 {
     db.UpdateCareer(career);
     return(RedirectToAction(nameof(List)));
 }