public SampleRestController()

in service/src/main/java/org/apache/fineract/cn/template/service/rest/SampleRestController.java [55:62]


  public SampleRestController(@Qualifier(ServiceConstants.LOGGER_NAME) final Logger logger,
                              final CommandGateway commandGateway,
                              final SampleService sampleService) {
    super();
    this.logger = logger;
    this.commandGateway = commandGateway;
    this.sampleService = sampleService;
  }