예제 #1
0
 public async Task <IReadOnlyList <UserEnrollment> > GetEnrollment()
 {
     return(await _userEnrollmentRepository.GetEnrollment());
 }
예제 #2
0
 public async Task <IEnumerable <UserEnrollment> > GetEnrollment()
 {
     return(await _userEnrollmentRepository.GetEnrollment());
 }