updated get all application endpoint
This commit is contained in:
@@ -19,7 +19,7 @@ public interface ApplicationService {
|
||||
|
||||
ApplicationGetResponseBean getApplicationByFormId(HttpServletRequest request, Long applicationId,Long formId);
|
||||
|
||||
List<ApplicationResponse> getAllApplications(HttpServletRequest request);
|
||||
List<ApplicationResponse> getAllApplications(HttpServletRequest request,Long callId);
|
||||
|
||||
void deleteApplication(HttpServletRequest request, Long applicationId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user