Skip to content

Commit

Permalink
feat #45: findByMemberId 메서드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GiHoo committed Apr 28, 2024
1 parent 5d6efa3 commit a4397e7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ public interface MemberService {

void checkMemberIsExist(String email);

Member findByMemberId(Long memberId);

Member findByUuid(String uuid);

Member findByEmail(String email);
Expand Down

0 comments on commit a4397e7

Please sign in to comment.