コード例 #1
0
 public async Task <IList <Game> > RetrieveGames()
 {
     return((IList <Game>) await GamesDb.GetAllGames());
 }