Commit 3cc18a76 authored by NewbieOrange's avatar NewbieOrange
Browse files

Add getAllCourses to CourseService

parent e186b675
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -60,6 +60,8 @@ public interface CourseService {

    void removeCourseSectionClass(int classId);

    List<Course> getAllCourses();

    List<CourseSection> getCourseSectionsInSemester(String courseId, int semesterId);

    Course getCourseBySection(int sectionId);