This commit is contained in:
crusader 2018-05-24 18:48:59 +09:00
parent 5bfd152760
commit b05a39b17b

View File

@ -19,7 +19,5 @@ public interface DomainMemberService {
@WebappAPI
DomainMember readByMemberEmail(String email) throws OverflowException;
@WebappAPI
List<Member> readAllMemberByDomain(Domain domain) throws OverflowException;
@WebappAPI
List<Member> readAllMemberByDomainID(final Long domainID) throws OverflowException;
}