コード例 #1
0
 public function handle(CreateImageForProductCommand $command)
 {
     $this->imageService->createImageForProduct($command->getUploadFileDTO(), $command->getProductId());
 }