Esempio n. 1
0
 public IActionResult DeleteItemFromCheckout(int id)
 {
     _checkoutService.DeleteItemFromCheckout(id);
     return(Ok());
 }