Skip to content

Commit

Permalink
forgotten file
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Mar 31, 2024
1 parent 11cd36f commit 67a0c20
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 net.dancier.kikeriki.application.port;

public interface UserInfoPort {

UserInfoDto loadByDancerId(String dancerId);

}

0 comments on commit 67a0c20

Please sign in to comment.