Exemple #1
0
 private MongoDBContext CreateMongoDBContext(ILoggerOptions options) =>
 _mongoDBContext = new MongoDBContext((MongoDBLoggerOptions)options);
Exemple #2
0
 public void Dispose() =>
 _mongoDBContext = null;