Exemplo n.º 1
0
 public async Task DeleteItem(int basketId, int productId)
 {
     await _bsktManager.RemoveBasketItem(productId, basketId);
 }