Esempio n. 1
0
 public void AddCategory(ProductCategory category)
 {
     _repo.AddCategory(category);
 }