upload dokumen
This commit is contained in:
@ -4,6 +4,9 @@ package com.iconplus.smartproc.helper.service;
|
||||
import com.iconplus.smartproc.helper.base.BaseRequest;
|
||||
import com.iconplus.smartproc.helper.base.BaseResponse;
|
||||
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
|
||||
public interface BaseService<T extends BaseRequest, V extends BaseResponse> {
|
||||
V execute(T input);
|
||||
V execute(T input) throws IOException;
|
||||
}
|
||||
|
Reference in New Issue
Block a user