We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AuthServiceImpl
MemberService
1시간
The text was updated successfully, but these errors were encountered:
Refactor(#65): deleteMember 메서드 분리
a31b9e8
모듈의 역할을 명확히 하기 위해 AuthServiceImpl에 있던 메서드를 MemberServiceImpl를 생성하여 분리했습니다.
Refactor(#65): 분리한 deleteMember 메서드의 테스트 코드 수정
8a91bdc
Merge pull request #66 from What-s-Your-Plan/feat/#65
3ea0a19
deleteMember 메서드 분리
Successfully merging a pull request may close this issue.
📑 개요
🚀 상세 작업 내용
AuthServiceImpl
내의 멤버 탈퇴 로직을MemberService
로 분리⏰ 예상 소요 시간
1시간
📁 ETC
The text was updated successfully, but these errors were encountered: