Exemplo n.º 1
0
 public void AddToCategory(Category category)
 {
     this.Categories.Add(category);
 }
Exemplo n.º 2
0
 public void AddChild(Category child)
 {
     this.Children.Add(child);
 }