Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Update src/main/kotlin/com/msg/gcms/domain/attendance/service/FindAtt…
Browse files Browse the repository at this point in the history
…endSelfCheckService.kt

Co-authored-by: 노현주 <106813267+ani2689@users.noreply.github.com>
  • Loading branch information
ta2ye0n and ani2689 authored Apr 26, 2024
1 parent 21e2e6a commit 056775c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package com.msg.gcms.domain.attendance.service
import com.msg.gcms.domain.attendance.presentation.data.response.AttendSelfCheckResponseDto

interface FindAttendSelfCheckService {
fun execute(id : Long) : AttendSelfCheckResponseDto
fun execute(id: Long) : AttendSelfCheckResponseDto
}

0 comments on commit 056775c

Please sign in to comment.