Beispiel #1
0
 public void AddToWishList(Product product, User user)
 {
     wishRepository.AddToWishList(product, user);
 }