示例#1
0
 public void AddToWishlist(string UserId, int BookId)
 {
     _cartRepo.AddToWishlist(UserId, BookId);
 }