Exemplo n.º 1
0
 public ObjectStoreContext(ObjectStoreDatabaseSettings settings) : base(settings)
 {
 }
Exemplo n.º 2
0
 public Script000InitDatabase(ObjectStoreDatabaseSettings objectStoreDatabaseSettings)
 {
     _objectStoreDatabaseSettings = objectStoreDatabaseSettings;
 }