コード例 #1
0
 public IEnumerable <Game> GetGamesOnName(string name)
 {
     return(_scoreRepo.GetGamesOnName(name));
 }