1 implementation of UpdateBasketAsync
BasketService (1)
Repositories\RedisBasketRepository.cs (1)
42
public async Task<CustomerBasket?>
UpdateBasketAsync
(CustomerBasket basket)
1 reference to UpdateBasketAsync
BasketService (1)
BasketService.cs (1)
34
var response = await _repository.
UpdateBasketAsync
(customerBasket);