Пример #1
0
 public BigDecimal getFixInsertFees(String siteId, String storeType, BigDecimal price) {
   IEbFeeCaculate ca = getFeeCaculator(siteId);
   return ca.getFixInsertsFee(storeType, price);
 }