Exemplo n.º 1
0
 public JToken GetBeers(string page, string pageSize)
 {
     return(_brewdogApiService.GetAllBeers <JToken>(page, pageSize));
 }