Removed non-unique GSMParser ID from models
This commit is contained in:
@@ -134,11 +134,11 @@ namespace DevConsole
|
||||
|
||||
private static void OptionF()
|
||||
{
|
||||
Guid guid = Guid.NewGuid();
|
||||
//Guid guid = Guid.NewGuid();
|
||||
IEnumerable<IDirectoriesModel> dm = gsmParser.QueryDirectoryById("600");
|
||||
foreach (var entry in dm)
|
||||
{
|
||||
entry.Path = guid.ToString();
|
||||
//entry.Path = guid.ToString();
|
||||
flcParser.InsertRecord("SaveData", entry);
|
||||
}
|
||||
}
|
||||
@@ -148,7 +148,6 @@ namespace DevConsole
|
||||
{
|
||||
foreach (var game in gameEntries)
|
||||
{
|
||||
Console.WriteLine($"ID: {game.id}");
|
||||
Console.WriteLine($"GameName: {game.GameName}");
|
||||
Console.WriteLine($"BackupWarning: {game.BackupWarning}");
|
||||
Console.WriteLine($"RestoreWarning: {game.RestoreWarning}");
|
||||
@@ -160,7 +159,6 @@ namespace DevConsole
|
||||
{
|
||||
foreach (var directory in directoryEntries)
|
||||
{
|
||||
Console.WriteLine($"ID: {directory.id}");
|
||||
Console.WriteLine($"GameID: {directory.GameID}");
|
||||
Console.WriteLine($"SpecialPath: {directory.SpecialPath}");
|
||||
Console.WriteLine($"Path: {directory.Path}");
|
||||
|
||||
Reference in New Issue
Block a user