Пример #1
0
 /**
  * @param int $idProductAttributeTypeUsage
  *
  * @return string|null
  */
 public function getEffectiveTaxRateForTypeUsage($idProductAttributeTypeUsage)
 {
     return $this->queryContainer->queryEffectiveTaxRateForTypeUsage($idProductAttributeTypeUsage);
 }