Пример #1
0
 public ActionResult RemoveReviewedItem(int productId)
 {
     _recentlyViewedProductsService.RemoveProductFromRecentlyViewedList(productId);
     return(Content(""));
 }