Exemplo n.º 1
0
 public Task <JToken> GetAllEventsByGame(string gameId)
 {
     return(_internalClient.GetAllEventsByGame(gameId));
 }