Exemplo n.º 1
0
 public ActionResult Unbookmark(Guid contentId)
 {
     _bookmarksService.Remove(contentId);
     return(Json(new { Success = true }));
 }
Exemplo n.º 2
0
 public ActionResult Remove(string title)
 {
     bookmarks.Remove(title, this.UserId);
     return(Content("k"));
 }