Ejemplo n.º 1
0
 public ActionResult Enable(int id)
 {
     contentManagerService.Enable(id);
     return(Json(new { Success = true }));
 }