public MfchLocalContextProvider(IModuleStorage modulestorage, IContextDataReader contextdatareader) { readerFacadeOfConfigurationPersistence = modulestorage.GetModule <IReaderFacadeOfConfigurationPersistence>(); loadFacadeOfModelInstanceManager = modulestorage.GetModule <ILoadFacadeOfModelInstanceManager>(); }
public T GetModule <T>() where T : IEngineModule { return(moduleStorage.GetModule <T>()); }