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