v2.47.1 - Ready to test IQS query

This commit is contained in:
2022-12-02 14:09:43 -07:00
parent 2467f32867
commit 6e09172646
55 changed files with 1198 additions and 200 deletions

View File

@ -1,6 +1,6 @@
using System.Collections.Generic;
using Ifx.Eaf.EquipmentConnector.File.Component;
using Ifx.Eaf.EquipmentConnector.File.Configuration;
using System.Collections.Generic;
namespace Shared;
@ -17,4 +17,4 @@ public class FilePathGenerator : Ifx.Eaf.EquipmentConnector.File.Component.FileP
public string GetSubFolderPath() => SubFolderPath;
}
}