public MfchLocalContextProvider(IModuleStorage modulestorage, IContextDataReader contextdatareader)
 {
     readerFacadeOfConfigurationPersistence = modulestorage.GetModule <IReaderFacadeOfConfigurationPersistence>();
     loadFacadeOfModelInstanceManager       = modulestorage.GetModule <ILoadFacadeOfModelInstanceManager>();
 }
コード例 #2
0
 public T GetModule <T>() where T : IEngineModule
 {
     return(moduleStorage.GetModule <T>());
 }