added delete API for delegation
This commit is contained in:
@@ -38,4 +38,6 @@ public interface CompanyService {
|
||||
|
||||
CompanyDelegationResponse getCompanyDelegation(HttpServletRequest request, Long companyId);
|
||||
|
||||
void deleteCompanyDelegation(HttpServletRequest request, Long companyId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user