示例#1
0
 public IActionResult ShowSprints(int id)
 {
     ViewBag.sprints = teamLeaderRepository.GetSprint(id);
     return(View());
 }