Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     //not enogh time to complete XML import, JSON export and refactoring
     ImportFromJson.ImportSolarSystems();
     ImportFromJson.ImportStars();
     ImportFromJson.ImportPlanets();
     ImportFromJson.ImportPeople();
     ImportFromJson.ImportAnomalities();
     ImportFromJson.ImportAnomalityVictims();
     ExportToXml.ExportAnomlaies();
 }