Exemplo n.º 1
0
 public ZooplaDotNetClient(string token)
 {
     _accessToken = token;
     _httpClient  = new ZooplaHttpClient();
 }