Exemplo n.º 1
0
 /// <summary>
 /// Deletes all domain objects from the catalog unconditionally.
 /// </summary>
 public void DeleteAll()
 {
     _collection.DeleteAll();
     InvokeObjectDeleted();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deletes all domain objects from the catalog unconditionally.
 /// </summary>
 public void DeleteAll()
 {
     _collection.DeleteAll();
 }