コード例 #1
0
ファイル: ScoreService.cs プロジェクト: DKatsarski/SoftServe
 public List <Rating> GetAllData()
 {
     return(_scores.GetAllData().ToList());
 }