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