Exemple #1
0
 public IActionResult OnGetPaymentSuccedded(long id)
 {
     _orderApplication.MakePaymentSuccedded(id);
     return(RedirectToPage("Index"));
 }