Exemplo n.º 1
0
 public void Post([FromBody] Aluno aluno)
 {
     _alunoRepositorio.Insert(aluno);
 }