Пример #1
0
 public RedirectToPageResult OnPostCancel(long id)
 {
     _commentApplication.Cansel(id);
     return(RedirectToPage("./List"));
 }