Пример #1
0
 public ActionResult <Student> Modify(Student student)
 {
     return(_business.Modify(student.StudentId, student));
 }