Пример #1
0
 public void AddBookToCart(int bookId, string userId, int quantity)
 {
     _dbRepo.AddBookToCart(bookId, userId, quantity);
 }