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 void
Menu.addCourse
(Scanner scanner, CourseService courseService) Adds a new course by taking input from the user.private void
Menu.deleteCourse
(Scanner scanner, CourseService courseService) Deletes a course by name.private void
Menu.searchCourse
(Scanner scanner, CourseService courseService) Searches for a course by name and displays the result.