示例#1
0
 public IActionResult DeleteProject(int idProject)
 {
     _projectTable.DeleteProject(idProject);
     return(RedirectToAction("index", "HomePage"));
 }