Beispiel #1
0
 public IEnumerable <PredictionTO> GetPredictions()
 {
     return(_Service.GetAllPredictions());
 }
Beispiel #2
0
 public IEnumerable <PredictionTO> GetPredictions()
 {
     return(_UserRole.GetAllPredictions());
 }