Example #1
0
 public IActionResult OnPostActive(int id)
 {
     _articleApplication.Active(id);
     return(RedirectToPage("Index"));
 }