Exemplo n.º 1
0
 public StripeInvoice Pay(string invoiceId)
 {
     return(_stripeInvoiceService.Pay(invoiceId));
 }