Skip to content

Commit

Permalink
πŸ‘” νšŒμ› 쑰회 OUT port(#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Jun 22, 2022
1 parent 8ee2792 commit 68a6c17
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
package hexagonal.api.member.application.port.out;

public class FindMemberPort {
import hexagonal.core.domain.jpa.MemberJpaEntity;

public interface FindMemberPort {

MemberJpaEntity findMember(String email);
}

0 comments on commit 68a6c17

Please sign in to comment.