Exemplo n.º 1
0
 public IEnumerable <PredictionTO> GetPredictions()
 {
     return(_Service.GetAllPredictions());
 }
Exemplo n.º 2
0
 public IEnumerable <PredictionTO> GetPredictions()
 {
     return(_UserRole.GetAllPredictions());
 }