Exemplo n.º 1
0
 public HttpResponseMessage DeleteStudentById(int studentId)
 {
     return(OKResponse(_repo.DeleteStudentById(studentId)));
 }