internal EntitiesDB(EnginesRoot enginesRoot, EnginesRoot.LocatorMap entityLocator)
 {
     _enginesRoot   = enginesRoot;
     _entityLocator = entityLocator;
 }
Exemple #2
0
 internal EntitiesDB(EnginesRoot enginesRoot, EnginesRoot.LocatorMap entityReferencesMap)
 {
     _enginesRoot         = enginesRoot;
     _entityReferencesMap = entityReferencesMap;
 }