GetAppByIdUseCaseImpl
internal class GetAppByIdUseCaseImpl(appRepository: AppRepository, appMapper: AppMapper = MapperProvider.appMapper()) : GetAppByIdUseCase
Constructors
Link copied to clipboard
internal constructor(appRepository: AppRepository, appMapper: AppMapper = MapperProvider.appMapper())