Esempio n. 1
0
 public IActionResult Deletar(int id)
 {
     repositorio.Deletar(repositorio.BuscarPorId(id));
     return(Ok());
 }