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