コード例 #1
0
 public IActionResult ShowProjectManagers()
 {
     ViewBag.ProjectManagers = projectManagerRepository.GetProjectManagers();
     return(View());
 }