Exemplo n.º 1
0
 public ActionResult <TCheckout> Post(TCheckout payment)
 {
     _checkout.CreatePayment(payment);
     return(Ok());
 }