Ejemplo n.º 1
0
 public IHttpActionResult CheckOut(string cartName)
 {
     _shoppingBasket.Checkout(cartName);
     return(Ok());
 }