コード例 #1
0
 public function handle(DeleteOptionProductCommand $command)
 {
     $optionProduct = $this->optionService->getOptionProductById($command->getOptionProductId());
     $this->optionService->deleteOptionProduct($optionProduct);
 }