Done ticket GEPAFINBE-104
This commit is contained in:
@@ -90,7 +90,10 @@ public class CompanyServiceImpl implements CompanyService {
|
||||
public UserWithCompanyEntity validateUserWithCompny(Long userId, Long companyId) {
|
||||
return companyDao.validateUserWithCompny(userId, companyId);
|
||||
}
|
||||
|
||||
@Override
|
||||
public UserWithCompanyEntity getUserWithCompany(Long userId, Long companyId) {
|
||||
return companyDao.getUserWithCompany(userId, companyId);
|
||||
}
|
||||
@Override
|
||||
@Transactional(readOnly = true)
|
||||
public ByteArrayOutputStream downloadCompanyDelegation(HttpServletRequest request, Long companyId, CompanyDelegationRequest companyDelegationRequest) {
|
||||
|
||||
Reference in New Issue
Block a user