Esempio n. 1
0
 private async Task <GameSimpleModel> GetGame(string code)
 {
     return(await gameDataProvider.GetGame(code));
 }