Example #1
0
 bool CheckIfAllInputsAreValid(string xmlPathsFile, string xmlFileToCheck, string outputFolder)
 {
     return(findMissingsService.AllInputsAreValid(xmlPathsFile, xmlFileToCheck, outputFolder));
 }