Exemplo n.º 1
0
 public EbayProductSearch(IEbayApi api, string apiKey) : this(api)
 {
     this.apiKey = apiKey;
 }
Exemplo n.º 2
0
 public EbayProductSearch(IEbayApi api)
 {
     _api = api;
 }