Example #1
0
 public bool CheckCartItem(int bookId, string userId)
 {
     return(_accountRepo.CheckCartItem(bookId, userId));
 }