コード例 #1
0
 public AlunoTurma Put(int id, [FromBody] AlunoTurma alunoTurma)
 {
     return(_AlunoTurmaRepository.Alterar(id, alunoTurma));
 }