1 instantiation of Entry
Mongo.AppHost (1)
Program.cs (1)
30await myDb.GetCollection<Entry>(collectionName).InsertOneAsync(new Entry(), cancellationToken: ct);
1 reference to Entry
Mongo.AppHost (1)
Program.cs (1)
30await myDb.GetCollection<Entry>(collectionName).InsertOneAsync(new Entry(), cancellationToken: ct);