Ejemplo n.º 1
0
 public void CreateOption(Guid productId, ProductOption option)
 {
     _productRepository.AddOption(productId, option);
 }