コード例 #1
0
 public IActionResult UpdateCareer(int id)
 {
     ViewBag.CareerTypes = db.GetCareerTypes();
     return(View(db.GetCareer(id)));
 }