예제 #1
0
 public IEnumerable <Enrollment> GetEnrollmentByCourseId(int id)
 {
     return(_enrollmentRepository.GetEnrollmentByCourseId(id));
 }