Example #1
0
 public async Task <List <Category> > Categories(string gameId)
 {
     return((await gamesInterfaseRefit.Categories(gameId)).data);
 }