コード例 #1
0
 public AwsProductApiClient(ProductApiConnectionInfo connectionInfo, ICommunicator communicator)
 {
     this.connectionInfo = connectionInfo;
     this.communicator   = communicator;
 }
コード例 #2
0
 public AwsProductApiClient(ProductApiConnectionInfo connectionInfo) : this(connectionInfo, new HttpCommunicator())
 {
 }