コード例 #1
0
 public AmazonRetailer(string associateTag, string accessKey, string endpointConfigName)
 {
     _associateTag = associateTag;
     _accessKey    = accessKey;
     _amazonClient = new AWSECommerceServicePortTypeClient(endpointConfigName);
 }
コード例 #2
0
 public AmazonRetailer(string associateTag, string accessKey, string endpointConfigName) {
     _associateTag = associateTag;
     _accessKey = accessKey;
     _amazonClient = new AWSECommerceServicePortTypeClient(endpointConfigName);
 }