コード例 #1
0
 public EbayProductSearch(IEbayApi api, string apiKey) : this(api)
 {
     this.apiKey = apiKey;
 }
コード例 #2
0
 public EbayProductSearch(IEbayApi api)
 {
     _api = api;
 }