This commit is contained in:
crusader
2018-06-06 02:21:54 +09:00
parent a03f09f227
commit 518d2bf0b3
2 changed files with 2 additions and 2 deletions

View File

@@ -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;