示例#1
0
 public SitecoreRoleValidator(CommandLineOptions commandLineOptions)
 {
     this._commandLineOptions = commandLineOptions;
     _processor             = new ExcelFileProcessor(_commandLineOptions.InputFile);
     _sitecoreConfigManager = new SitecoreConfigManager(_commandLineOptions.WebsiteRootPath);
 }