Esempio n. 1
0
 public IniWrapper(IConfigurationLoadingChecker configurationLoadingChecker,
                   IIniWrapperInternalFactory iniWrapperInternalFactory,
                   IMemberInfoFactory memberInfoFactory)
 {
     _configurationLoadingChecker = configurationLoadingChecker;
     _iniWrapperInternalFactory   = iniWrapperInternalFactory;
     _memberInfoFactory           = memberInfoFactory;
 }
Esempio n. 2
0
 public IniWrapperInternalFactory(IIniConstructorChecker iniConstructorChecker, IIniWrapperInternal iniWrapperInternal, IIniWrapperInternalFactory iniWrapperForImmutableTypeFactory)
 {
     _iniConstructorChecker             = iniConstructorChecker;
     _iniWrapperInternal                = iniWrapperInternal;
     _iniWrapperForImmutableTypeFactory = iniWrapperForImmutableTypeFactory;
 }