Skip to content

Commit

Permalink
๐Ÿ—ƒ๏ธ ํšŒ์› ์ •๋ณด ์กฐํšŒ DAO ์„ธ๋ถ„ํ™”(#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Jul 1, 2022
1 parent 5886737 commit 90eaac1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@

public interface FindMemberPort {

MemberJpaEntity findMember(String email);
MemberJpaEntity findMemberByEmail(String email);

MemberJpaEntity findMemberById(Long id);
}

0 comments on commit 90eaac1

Please sign in to comment.