示例#1
0
 public async Task <Solution[]> GetTaskSolutionsFromStudent(long taskId, string studentId)
 {
     return(await _solutionsService.GetTaskSolutionsFromStudentAsync(taskId, studentId));
 }