Done ticket GEPAFINBE-104
This commit is contained in:
@@ -31,7 +31,9 @@ public interface CompanyService {
|
||||
CompanyEntity validateCompany(Long companyId);
|
||||
|
||||
UserWithCompanyEntity validateUserWithCompny(Long userId, Long companyId);
|
||||
|
||||
|
||||
UserWithCompanyEntity getUserWithCompany(Long userId, Long companyId);
|
||||
|
||||
ByteArrayOutputStream downloadCompanyDelegation(HttpServletRequest request, Long companyId, CompanyDelegationRequest companyDelegationRequest);
|
||||
|
||||
CompanyDelegationResponse uploadCompanyDelegation(HttpServletRequest request, Long companyId, MultipartFile file);
|
||||
|
||||
Reference in New Issue
Block a user