Ejemplo n.º 1
0
 /**
  * @param $id
  * @param Struct\ShopContextInterface $context
  * @return Struct\Media
  */
 public function get($id, Struct\ShopContextInterface $context)
 {
     return $this->mediaGateway->get($id, $context);
 }