Пример #1
0
 public IActionResult Update(Athlete athlete)
 {
     _athleteRepository.Update(athlete);
     return(RedirectToAction("Index"));
 }