Done task GEPAFINBE-6311 Implemented upload application company document flow
This commit is contained in:
@@ -24,6 +24,6 @@ public interface CompanyDocumentService {
|
||||
|
||||
List<CompanyDocumentResponseBean> getAllCompanyDocument(HttpServletRequest request ,Long companyId , CompanyDocumentTypeEnum typeEnum);
|
||||
|
||||
|
||||
List<CompanyDocumentResponseBean> uploadInstructorCompanyDocumentToApplication(HttpServletRequest request, List<MultipartFile> files, Long companyId, Long applicationId, Long documentCategoryId, LocalDateTime expirationDate, String name);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user