Exemplo n.º 1
0
 public ConfigurationService(IComponentContext componentContext, ISessionFactory sessionFactory, ConfigurationMapperService configurationMapperService, ConfigurationItemsSearcherService configurationTypesSearcher)
 {
     this._componentContext           = componentContext;
     this._sessionFactory             = sessionFactory;
     this._configurationMapperService = configurationMapperService;
     this._configurationTypesSearcher = configurationTypesSearcher;
     this.Refresh();
 }
 public ConfigurationMapperService(ConfigurationItemsSearcherService configurationItemsSearcher)
 {
     this._configurationItemsSearcher = configurationItemsSearcher;
 }