Pre Instructor must be able to download all the File inserted by beneficiary in a ZIp

This commit is contained in:
rajesh
2024-11-14 13:39:49 +05:30
parent c3fa051e7a
commit ea28805c74
8 changed files with 105 additions and 10 deletions

View File

@@ -41,5 +41,5 @@ public interface ApplicationService {
public void deleteSignedDocument(HttpServletRequest request, Long applicationId);
public ApplicationResponse validateApplication(HttpServletRequest request, Long applicationId);
byte[] downloadApplicationDocumentsAsZip(HttpServletRequest request, Long applicationId);
}