Beneficiary must be able to Delete Company

This commit is contained in:
nisha
2024-10-16 14:22:31 +05:30
parent edd9c1cb1a
commit 8e73074a88
13 changed files with 85 additions and 20 deletions

View File

@@ -40,6 +40,7 @@ public interface CompanyService {
void deleteCompanyDelegation(HttpServletRequest request, Long companyId);
UserWithCompanyEntity getUserWithCompanyEntity(Long userId,Long companyId);
void removeCompanyFromList(HttpServletRequest request, Long companyId);
}