Ejemplo n.º 1
0
 public IActionResult ExcluirVinculoConteudo(int id)
 {
     _servico.ExcluirVinculoConteudoProgramatico(id);
     return(Ok());
 }