示例#1
0
 public IActionResult Excluir(int id)
 {
     return(Ok(new ValorResponse <int>(_empresaServico.Excluir(id))));
 }