1 implementation of DeleteBasketAsync
BasketService (1)
Repositories\RedisBasketRepository.cs (1)
17public async Task<bool> DeleteBasketAsync(string id)
2 references to DeleteBasketAsync
BasketService (2)
BasketService.cs (2)
91await _repository.DeleteBasketAsync(buyerId); 100await _repository.DeleteBasketAsync(request.BuyerId);