コード例 #1
0
 public IActionResult Excluir(int id)
 {
     ServicoAplicacaoProduto.Deletar(id);
     return(RedirectToAction("Index"));
 }