Exemplo n.º 1
0
 public void InsertCategory(int index, Category category)
 {
     Categories.Insert(index, category);
 }
Exemplo n.º 2
0
 public void RemoveCategory(Category category)
 {
     Categories.Remove(category);
 }
Exemplo n.º 3
0
 public void AddCategory(Category category)
 {
     Categories.Add(category);
 }