ing
This commit is contained in:
parent
5bfd152760
commit
b05a39b17b
|
@ -19,7 +19,5 @@ public interface DomainMemberService {
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
DomainMember readByMemberEmail(String email) throws OverflowException;
|
DomainMember readByMemberEmail(String email) throws OverflowException;
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
List<Member> readAllMemberByDomain(Domain domain) throws OverflowException;
|
|
||||||
@WebappAPI
|
|
||||||
List<Member> readAllMemberByDomainID(final Long domainID) throws OverflowException;
|
List<Member> readAllMemberByDomainID(final Long domainID) throws OverflowException;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user