Exemple #1
0
 public JsonCheck(IFileSystem newFileSystem)
 {
     this.fileSystem = newFileSystem;
     this.findLabel  = new FindLabel(newFileSystem);
 }
Exemple #2
0
 public JsonCompare(IFileSystem newFileSystem)
 {
     this.fileSystem = newFileSystem;
     this.findLabel  = new FindLabel(this.fileSystem);
 }