Example #1
0
 public IActionResult AlterarPoder([FromBody] Poder poder)
 {
     _repositorio.AlterarPoder(poder);
     return(Ok());
 }