Uses of Class
com.project.system.CourseService
Packages that use CourseService
-
Uses of CourseService in com.project.system
Methods in com.project.system with parameters of type CourseServiceModifier and TypeMethodDescriptionprivate voidMenu.addCourse(Scanner scanner, CourseService courseService) Adds a new course by taking input from the user.private voidMenu.deleteCourse(Scanner scanner, CourseService courseService) Deletes a course by name.private voidMenu.searchCourse(Scanner scanner, CourseService courseService) Searches for a course by name and displays the result.