Ejemplo n.º 1
0
 public Task AddItem(string basketId, string itemId)
 => _itemService.AddShoppingBasketItemAsync(basketId, itemId);