コード例 #1
0
 public async Task <ICollection <Enrollment> > GetStudentEnrollments(int classId)
 {
     return(await _enrollments.OfClass(classId));
 }