示例#1
0
 public void DeleteProductOptionByProductId(Guid productId)
 {
     _productOptionRepository.DeleteProductOptionByProductId(productId);
 }