Example #1
0
 public void AddProduct(Category category)
 {
     Content.AddDigital(category.Name);
     RefreshDigitalAfterAddProduct();
 }