in src/main/java/org/openvasp/host/facade/impl/CounterpartyFacadeImpl.java [36:44]
public CounterpartyFacadeImpl(
final CounterpartyMapper mapper,
final CounterpartyService service,
final CacheManager cacheManager) {
this.mapper = mapper;
this.service = service;
this.cacheManager = cacheManager;
}