Exemplo n.º 1
0
 public void Put([FromBody] int basketId, int quantity)
 {
     _basketService.ChangeQuantity(basketId, quantity);
 }