Beispiel #1
0
 public bool EditStudent(int studentId, [FromBody] Student student)
 {
     return(studentManager.EditStudent(studentId, student));
 }