public EtsyAuthenticationWrapper(IRestServiceWrapper restServiceWrapper)
 {
     _restServiceWrapper = restServiceWrapper;
     _restClient         = restServiceWrapper.GetRestClient();
 }
Example #2
0
 public ListingWrapper(IRestServiceWrapper restServiceWrapper)
 {
     _restServiceWrapper = restServiceWrapper;
     _restClient         = _restServiceWrapper.GetRestClient();
 }