Пример #1
0
 public void DeleteMany()
 {
     _collection.DeleteMany(e => true);
 }