Skip to content

Commit

Permalink
๐Ÿ‘”๏ธ ํšŒ์› ๋ณ€๊ฒฝ Update Port ์ถ”๊ฐ€(#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Jul 2, 2022
1 parent 2fe47a3 commit d5b027e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package hexagonal.api.member.application.port.out;

import hexagonal.core.domain.jpa.MemberJpaEntity;

public interface UpdateMemberPort {
Long updateMember(MemberJpaEntity memberJpaEntity);
}

0 comments on commit d5b027e

Please sign in to comment.