コード例 #1
0
 public IActionResult ExcluirVinculoDocente(int id)
 {
     _servico.ExcluirVinculoDocente(id);
     return(Ok());
 }