Ejemplo n.º 1
0
 public void RemoveFromWishList(Product product, User user)
 {
     wishRepository.RemoveFromWishList(product, user);
 }