Exemplo n.º 1
0
 public void excluir(Long id) {
   ProdutoDAO dao = new ProdutoDAO(em);
   dao.excluir(id);
 }