in service/src/main/java/org/apache/fineract/cn/provisioner/rest/controller/ProvisionerRestController.java [75:88]
public ProvisionerRestController(@Qualifier(ProvisionerConstants.LOGGER_NAME) final Logger logger,
final AuthenticationService authenticationService,
final ClientService clientService,
final TenantService tenantService,
final ApplicationService applicationService,
final TenantApplicationService tenantApplicationService) {
super();
this.logger = logger;
this.authenticationService = authenticationService;
this.clientService = clientService;
this.tenantService = tenantService;
this.applicationService = applicationService;
this.tenantApplicationService = tenantApplicationService;
}