Exemplo n.º 1
0
 public IActionResult CreatePaymentLink(int id)
 {
     return(Redirect(PurchaseService.CreatePayment(id).Link));
 }