コード例 #1
0
 public IActionResult Archive(int id)
 {
     agendaService.AddToArchive(id);
     return(RedirectToAction("Index", "Profile"));
 }