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