in service/src/main/java/org/apache/fineract/cn/cheque/service/internal/command/handler/ChequeAggregate.java [73:86]
public ChequeAggregate(@Qualifier(ServiceConstants.LOGGER_NAME) final Logger logger,
final DepositService depositService,
final OrganizationService organizationService,
final AccountingService accountingService,
final IssuedChequeRepository issuedChequeRepository,
final ChequeRepository chequeRepository) {
super();
this.logger = logger;
this.depositService = depositService;
this.organizationService = organizationService;
this.accountingService = accountingService;
this.issuedChequeRepository = issuedChequeRepository;
this.chequeRepository = chequeRepository;
}