Beispiel #1
0
 public BDbRepository(IBDbSchema schema)
 {
     _schema = schema;
 }
 public BDbDataManagerFactory(string environmentPath, string dbFilePath, string password)
 {
     _schema = new BDbSchema(environmentPath, dbFilePath, password);
 }