Exemplo n.º 1
0
 public MongoDataContext(string connectionString, string databaseName) : base(connectionString, databaseName)
 {
     Current = this;
 }
Exemplo n.º 2
0
 public MongoDataContext(MongoClient client, string databaseName) : base(client, databaseName)
 {
     Current = this;
 }