This commit is contained in:
crusader 2018-06-14 19:23:01 +09:00
parent 7934a7d94e
commit f7c1f2ef92

View File

@ -9,5 +9,6 @@ import com.loafle.overflow.model.infra.InfraHostDaemon;
public interface InfraHostDaemonService { public interface InfraHostDaemonService {
InfraHostDaemon regist(InfraHostDaemon infraHostDaemon) throws OverflowException; InfraHostDaemon regist(InfraHostDaemon infraHostDaemon) throws OverflowException;
InfraHostDaemon read(Long id) throws OverflowException; InfraHostDaemon read(Long id) throws OverflowException;
} }