Exemplo n.º 1
0
 public PriceEndpointTests()
 {
     priceApi = new PriceEndpoint(client);
     itemApi  = new ItemEndpoint(client);
 }