예제 #1
0
 public IEnumerable <Archive> GetCourseDocs(int courseId)
 {
     return(_archiveRepository.GetCourseDocs(courseId));
 }