示例#1
0
 public int updateStudentInfo([FromBody] Student student)
 {
     return(studentdb.updateStudentInfo(student));
 }