Skip to content

Commit

Permalink
πŸ‘” νšŒμ› INSERT μ˜μ†μ„± OUT Port(#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Jun 24, 2022
1 parent e2a2480 commit 5876ef6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
package hexagonal.api.member.application.port.out;

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

public interface SaveMemberPort {
Long saveMember(MemberJpaEntity memberJpaEntity);
}

0 comments on commit 5876ef6

Please sign in to comment.