Example #1
0
 public void RemoveFromFavoriteProduct(int id)
 {
     favProdRepository.RemoveFromFavoriteProducts(id, User.Identity.Name);
 }