コード例 #1
0
ファイル: SectionsController.cs プロジェクト: kosski/QAgora
 public ActionResult DeleteConfirmed(int id)
 {
     respository.DeleteSection(id);
     return(RedirectToAction("Index"));
 }