Esempio n. 1
0
 public IMongoClient WithWriteConcern(WriteConcern writeConcern)
 {
     return(wrapped.WithWriteConcern(writeConcern));
 }