Пример #1
0
 public void UpdateStudent(int id, [FromBody] AlunoModel aluno)
 {
     aluno.UpdateStudent(id);
 }