Fitment update
This commit is contained in:
@@ -28,7 +28,7 @@ namespace PartSource.Automation.Jobs
|
||||
|
||||
MenuNodesLookup menuNodesLookup = new MenuNodesLookup
|
||||
{
|
||||
MenuId = 2,
|
||||
MenuId = 1,
|
||||
NumberOfLevels = 1
|
||||
};
|
||||
|
||||
@@ -40,7 +40,7 @@ namespace PartSource.Automation.Jobs
|
||||
|
||||
MenuNodesLookup subgroupLookup = new MenuNodesLookup
|
||||
{
|
||||
MenuId = 2,
|
||||
MenuId = 1,
|
||||
NumberOfLevels = 1,
|
||||
ParentMenuNodeId = categoryNode.Id
|
||||
};
|
||||
@@ -53,7 +53,7 @@ namespace PartSource.Automation.Jobs
|
||||
|
||||
MenuNodesLookup thirdLookup = new MenuNodesLookup
|
||||
{
|
||||
MenuId = 2,
|
||||
MenuId = 1,
|
||||
NumberOfLevels = 1,
|
||||
ParentMenuNodeId = subgroupNode.Id
|
||||
};
|
||||
@@ -68,7 +68,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