예제 #1
0
 public void DeleteBookFromBasket(Guid promoCode, int bookId)
 {
     _userContract.DeleteBookFromBasket(promoCode, bookId);
 }