State of OMG-LEGION prior to merge
This commit is contained in:
@@ -27,7 +27,7 @@ namespace PartSource.Automation.Jobs
|
||||
|
||||
MenuNodesLookup menuNodesLookup = new MenuNodesLookup
|
||||
{
|
||||
MenuId = 1,
|
||||
MenuId = 2,
|
||||
NumberOfLevels = 1
|
||||
};
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace PartSource.Automation.Jobs
|
||||
|
||||
MenuNodesLookup subgroupLookup = new MenuNodesLookup
|
||||
{
|
||||
MenuId = 1,
|
||||
MenuId = 2,
|
||||
NumberOfLevels = 1,
|
||||
ParentMenuNodeId = categoryNode.Id
|
||||
};
|
||||
@@ -52,7 +52,7 @@ namespace PartSource.Automation.Jobs
|
||||
|
||||
MenuNodesLookup thirdLookup = new MenuNodesLookup
|
||||
{
|
||||
MenuId = 1,
|
||||
MenuId = 2,
|
||||
NumberOfLevels = 1,
|
||||
ParentMenuNodeId = subgroupNode.Id
|
||||
};
|
||||
@@ -67,7 +67,7 @@ namespace PartSource.Automation.Jobs
|
||||
}
|
||||
}
|
||||
|
||||
await File.WriteAllLinesAsync("C:\\users\\Tommy\\desktop\\Partsource Menu Items.csv", rows);
|
||||
//await File.WriteAllLinesAsync("C:\\users\\Tommy\\desktop\\Partsource Menu Items.csv", rows);
|
||||
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user