public TransferFacadeImpl()

in src/main/java/org/openvasp/host/facade/impl/TransferFacadeImpl.java [46:62]


    public TransferFacadeImpl(
            final HostConfig hostConfig,
            final TransferMapper mapper,
            final TransferService service,
            final CounterpartyService counterpartyService,
            final VaspInfoService vaspInfoService,
            final VaspService vaspService,
            final CacheManager cacheManager) {

        this.hostConfig = hostConfig;
        this.mapper = mapper;
        this.service = service;
        this.counterpartyService = counterpartyService;
        this.vaspInfoService = vaspInfoService;
        this.vaspService = vaspService;
        this.cacheManager = cacheManager;
    }