public void AddPrediction(string prediction)
 {
     _repository.SavePrediction(prediction);
 }
Esempio n. 2
0
 public void AddPrediction(string newPrediction) => _predictionsRepository.SavePrediction(newPrediction);