Ejemplo n.º 1
0
 public ActionResult ExcluirProduto(int id)
 {
     return(Json(ProdutoModel.ExcluirPorId(id)));
 }