Exemple #1
0
 public ActionResult ExcluirLocalProduto(int id)
 {
     return(Json(LocalProdutoModel.ExcluirPeloId(id)));
 }