public IEnumerable <PredictionTO> GetPredictions() { return(_Service.GetAllPredictions()); }
public IEnumerable <PredictionTO> GetPredictions() { return(_UserRole.GetAllPredictions()); }