コード例 #1
0
 //DELETE : /api/Student/removeStudent
 public int removeStudent(int id)
 {
     return(studentdb.removeStudent(id));
 }