refactored code
This commit is contained in:
@@ -17,7 +17,7 @@ public interface FormService {
|
||||
|
||||
public void deleteForm(HttpServletRequest request, Long formId);
|
||||
|
||||
public FormEntity getFormEntityById(Long id);
|
||||
public FormEntity validateForm(Long id);
|
||||
|
||||
public List<FormResponseBean> getFormsByCallId(HttpServletRequest request,Long callId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user