Exemple #1
0
 public IActionResult OnGetCancel(long id)
 {
     _orderApplication.Cancel(id);
     return(RedirectToPage("./Index"));
 }