public async Task <IReadOnlyList <UserEnrollment> > GetEnrollment() { return(await _userEnrollmentRepository.GetEnrollment()); }
public async Task <IEnumerable <UserEnrollment> > GetEnrollment() { return(await _userEnrollmentRepository.GetEnrollment()); }