Beispiel #1
0
 public void Insert(WishList wishList)
 {
     _wishListRepository.Insert(wishList);
 }