コード例 #1
0
 public string getCacheKey(string distributorID, string locale)
 {
     return(PaymentInfoProvider.getCacheKey(distributorID, locale));
 }