Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Paysafe Interns Valentin-Martin
Student Managment
david-krastev-student-management-2023
Commits
01bfb429
Commit
01bfb429
authored
1 year ago
by
David Krastev
Browse files
Options
Download
Email Patches
Plain Diff
refactoring
parent
812e7aea
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
student-managment-app/services/src/main/java/student/managment/app/services/course/CourseService.java
+0
-2
.../student/managment/app/services/course/CourseService.java
with
0 additions
and
2 deletions
+0
-2
student-managment-app/services/src/main/java/student/managment/app/services/course/CourseService.java
+
0
-
2
View file @
01bfb429
...
...
@@ -6,7 +6,6 @@ import org.springframework.stereotype.Service;
import
student.managment.app.entities.Course
;
import
student.managment.app.entities.Student
;
import
student.managment.app.entities.Teacher
;
import
student.managment.app.entities.dtos.course_dtos.CourseInfo
;
import
student.managment.app.entities.dtos.create_dtos.CreateCourse
;
import
student.managment.app.entities.dtos.records.CourseAverageGrade
;
import
student.managment.app.entities.dtos.response_dtos.CourseResponse
;
...
...
@@ -18,7 +17,6 @@ import student.managment.app.services.mappers.MyMapper;
import
student.managment.app.services.student.StudentService
;
import
student.managment.app.services.teacher.TeacherService
;
import
java.util.*
;
import
java.util.stream.Collectors
;
import
static
student
.
managment
.
app
.
services
.
Constants
.*;
@Service
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help