示例#1
0
 public MerchantApiClient(string merchantId, string userId, RSA privateKey)
 {
     auth = new MerchantApiKeyAuth(merchantId, userId, privateKey);
 }
示例#2
0
 public MerchantApiClient(string merchantId, string userId, RSA privateKey)
 {
     auth = new MerchantApiKeyAuth(merchantId, userId, privateKey);
 }