예제 #1
0
 public async Task <IActionResult> GetProjectsWithSprintsCount()
 {
     return(Ok(await _projectQueries.GetAllWithSprints()));
 }