コード例 #1
0
 public void AddPrediction(string prediction)
 {
     _repository.SavePrediction(prediction);
 }
コード例 #2
0
 public void AddPrediction(string newPrediction) => _predictionsRepository.SavePrediction(newPrediction);