GetGenerationResultPagedUseCaseImpl
internal class GetGenerationResultPagedUseCaseImpl(val repository: GenerationResultRepository) : GetGenerationResultPagedUseCase(source)
Implements GetGenerationResultPagedUseCase behavior in the SDAI domain layer.
Author
Dmitriy Moroz