Updated application validation related to company delegation
This commit is contained in:
@@ -39,5 +39,7 @@ public interface CompanyService {
|
||||
CompanyDelegationResponse getCompanyDelegation(HttpServletRequest request, Long companyId);
|
||||
|
||||
void deleteCompanyDelegation(HttpServletRequest request, Long companyId);
|
||||
UserWithCompanyEntity getUserWithCompanyEntity(Long userId,Long companyId);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user