コード例 #1
0
 public IActionResult ShowTasks(int Id)
 {
     ViewBag.Tasks = projectManagerRepository.GetSprintTasks(Id);
     return(View());
 }