service/src/main/java/org/apache/fineract/cn/cheque/service/rest/ChequeRestController.java [62:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                              final CommandGateway commandGateway,
                              final ChequeService chequeService) {
    super();
    this.logger = logger;
    this.commandGateway = commandGateway;
    this.chequeService = chequeService;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



service/src/main/java/org/apache/fineract/cn/cheque/service/rest/ChequeTransactionRestController.java [54:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                         final CommandGateway commandGateway,
                                         final ChequeService chequeService) {
    super();
    this.logger = logger;
    this.commandGateway = commandGateway;
    this.chequeService = chequeService;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



