Example #1
0
 public void AddProductType(ProductType productType)
 {
     _state.AddProductType(productType);
 }