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