ing
This commit is contained in:
@@ -16,7 +16,7 @@ public interface DomainMemberService {
|
||||
void regist(DomainMember domainMember) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Domain readDomainByMemberID(Long memberID) throws OverflowException;
|
||||
Domain readDomainByMemberEmail(String memberEmail) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
DomainMember readByMemberEmail(String email) throws OverflowException;
|
||||
|
||||
Reference in New Issue
Block a user