Beispiel #1
0
 public ConfigLoader(IProjectConfigurationParser projectConfigParser, IAppSettingsParser appSettingsParser, IFileService fileService)
 {
     _FileService         = fileService;
     _AppSettingsParser   = appSettingsParser;
     _ProjectConfigParser = projectConfigParser;
 }
 public ProjectConfigurationParser(IAppSettingsParser appSettingsParser)
 {
     _AppSettingsParser = appSettingsParser;
 }