Exemple #1
0
 // Remove from watchlist
 public ActionResult RemoveFromWatchList(string Id)
 {
     watchListService.RemoveFromWatchList(this.HttpContext, Id);
     return(RedirectToAction("Index"));
 }