Exemplo n.º 1
0
 public void Dispose()
 {
     _mongoDbContext.Database.DropCollection(_mongoDbContext.GetCollectionName <TEntity>());
 }