コード例 #1
0
ファイル: UserController.cs プロジェクト: dkvz/Permackathon
 public IEnumerable <PredictionTO> GetPredictions()
 {
     return(_Service.GetAllPredictions());
 }
コード例 #2
0
 public IEnumerable <PredictionTO> GetPredictions()
 {
     return(_UserRole.GetAllPredictions());
 }