Exemple #1
0
 public JsonResult Update(Produto prod)
 {
     return(Json(prodDB.UpdateProd(prod), JsonRequestBehavior.AllowGet));
 }