Пример #1
0
 public void CreateOption(Guid productId, ProductOption option)
 {
     _productCatalogRepository.SaveProductOption(option);
 }