示例#1
0
 // Add to watchlist
 public ActionResult AddToWatchList(string Id)
 {
     watchListService.AddToWatchList(this.HttpContext, Id);
     return(RedirectToAction("Index"));
 }