Exemple #1
0
 public IActionResult ShowSprints(int Id)
 {
     ViewBag.sprints = projectManagerRepository.GetSprints(Id);
     return(View());
 }