Exemplo n.º 1
0
        public DatabaseDataDumper(DocumentDatabase database, SmugglerDatabaseOptions options = null)
            : base(options ?? new SmugglerDatabaseOptions())
		{
			Operations = new SmugglerEmbeddedDatabaseOperations(database);
		}
Exemplo n.º 2
0
 public DatabaseDataDumper(DocumentDatabase database, SmugglerDatabaseOptions options = null)
     : base(options ?? new SmugglerDatabaseOptions())
 {
     Operations = new SmugglerEmbeddedDatabaseOperations(database);
 }