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