コード例 #1
0
 public IActionResult DeleteProjectManager(string Id)
 {
     projectManagerRepository.DeleteProjectManager(Id);
     return(RedirectToAction("ShowProjectManagers"));
 }