Skip to content

Commit

Permalink
👔 회원 목록 조회 기능(in port)(#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Jul 13, 2022
1 parent 8c3ad35 commit f096522
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package hexagonal.api.member.application.port.in;

import hexagonal.api.member.adapter.in.web.response.GetMemberResponse;
import hexagonal.core.domain.Member;

import java.util.List;

public interface GetMemberListQuery {

List<GetMemberResponse> getMemberList();
}

This file was deleted.

0 comments on commit f096522

Please sign in to comment.