in src/main/java/com/epam/digital/data/platform/excerpt/api/controller/ExcerptController.java [58:65]
public ExcerptController(
ExcerptGenerationService excerptGenerationService,
ExcerptRetrievingService excerptRetrievingService,
ExcerptStatusCheckService excerptStatusCheckService) {
this.excerptGenerationService = excerptGenerationService;
this.excerptRetrievingService = excerptRetrievingService;
this.excerptStatusCheckService = excerptStatusCheckService;
}