Exemplo n.º 1
0
 public IQueryable <UnusedCourse> GetAll()
 {
     return(unusedCourseRepository.GetAll());
 }
Exemplo n.º 2
0
 public IEnumerable <UnusedCourse> GetAll()
 {
     return(unusedCourseRepository.GetAll());
 }