PricePredictionService

@Service
open class PricePredictionService

Constructors

Link copied to clipboard
@Autowired
constructor(currencyService: CurrencyService, pricePredictionRepository: PricePredictionRepository)

Functions

Link copied to clipboard
open fun getById(id: Long): PricePrediction
Link copied to clipboard
open fun savePrediction(pricePredictionRequest: PricePredictionRequest): PricePrediction