File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/kotlin/dsm/pick2024/domain/attendance/service Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,14 @@ import dsm.pick2024.domain.attendance.exception.InvalidPeriodException
66import dsm.pick2024.domain.attendance.port.`in`.QueryClassAttendanceUseCase
77import dsm.pick2024.domain.attendance.port.out.QueryAttendancePort
88import dsm.pick2024.domain.attendance.presentation.dto.response.QueryAttendanceResponse
9- import dsm.pick2024.domain.classroom.port.`in`.ClassroomFinderUseCase
109import dsm.pick2024.domain.classroom.port.out.QueryClassroomPort
11- import org.springframework.dao.EmptyResultDataAccessException
1210import org.springframework.stereotype.Service
1311import org.springframework.transaction.annotation.Transactional
1412
1513@Service
1614class QueryClassAttendanceService (
1715 private val queryAttendancePort : QueryAttendancePort ,
18- private val queryClassroomPort : QueryClassroomPort ,
16+ private val queryClassroomPort : QueryClassroomPort
1917) : QueryClassAttendanceUseCase {
2018
2119 @Transactional(readOnly = true )
You can’t perform that action at this time.
0 commit comments