Refactored code

This commit is contained in:
harish
2024-10-11 14:25:30 +05:30
parent f7c97c1080
commit 478f16d566
9 changed files with 95 additions and 1 deletions

View File

@@ -32,5 +32,5 @@ public interface CallService {
CallEntity validateCall(Long callId);
CallEntity validatePublishedCall(Long callId);
byte[] downloadCallDocumentsAsZip(Long callId);
}