Ejemplo n.º 1
0
 public async Task <ActionResult <IEnumerable <SolutionStudentSummary> > > SelectStudentSummaries(Guid taskId, int lastLoadedIndex)
 {
     return(Ok(await solutionService.SelectStudentSummaries(taskId, lastLoadedIndex, 10).ConfigureAwait(false)));
 }