Example #1
0
 public void AddProductPropertyValues(ProductPropertyValue productPropertyValue)
 {
     _context.ProductPropertyValues.Add(productPropertyValue);
 }