Example #1
0
 public ActionResult Delete(Guid id)
 {
     _marcaAppService.Excluir(id);
     return(Json(true, JsonRequestBehavior.AllowGet));
 }