예제 #1
0
 public EbayProductSearch(IEbayApi api, string apiKey) : this(api)
 {
     this.apiKey = apiKey;
 }
예제 #2
0
 public EbayProductSearch(IEbayApi api)
 {
     _api = api;
 }