public InteropService()

in service/src/main/java/org/apache/fineract/cn/interoperation/service/internal/service/InteropService.java [89:101]


    public InteropService(@Qualifier(ServiceConstants.LOGGER_NAME) final Logger logger,
                          InteropIdentifierRepository interopIdentifierRepository,
                          InteropTransactionRepository interopTransactionRepository,
                          InteropActionRepository interopActionRepository,
                          InteropDepositService interopDepositService,
                          InteropAccountingService interopAccountingService) {
        this.logger = logger;
        this.identifierRepository = interopIdentifierRepository;
        this.transactionRepository = interopTransactionRepository;
        this.actionRepository = interopActionRepository;
        this.depositService = interopDepositService;
        this.accountingService = interopAccountingService;
    }