Пример #1
0
 /**
  * @param int $idProductOptionTypeUsage
  *
  * @return array
  */
 public function getTypeExclusionsForTypeUsage($idProductOptionTypeUsage)
 {
     return $this->queryContainer->queryTypeExclusionsForTypeUsage($idProductOptionTypeUsage);
 }