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