public int Run(string filePath, NinjaCatalogueJsonParser parser)
 {
     this.parser = parser;
     this.ReadJsonFile(filePath);
     this.SetAllNinjasToDeleted();
     this.LoadToMySql();
     return this.catalogue.Length;
 }
Exemplo n.º 2
0
 public int Run(string filePath, NinjaCatalogueJsonParser parser)
 {
     this.parser = parser;
     this.ReadJsonFile(filePath);
     this.SetAllNinjasToDeleted();
     this.LoadToMySql();
     return(this.catalogue.Length);
 }