|
|
@ -36,7 +36,7 @@ namespace Shentun.Peis.PlugIns.Tests |
|
|
string filePath = DirectoryHelper.GetAppDirectory() + "/appsettings.json"; |
|
|
string filePath = DirectoryHelper.GetAppDirectory() + "/appsettings.json"; |
|
|
configParm = File.ReadAllText(filePath); |
|
|
configParm = File.ReadAllText(filePath); |
|
|
|
|
|
|
|
|
var input = new ImportLisResultPlugInsDbBase(configParm); |
|
|
|
|
|
|
|
|
var input = new ImportLisResultPlugInsDbBase(new Guid("77f74058-4393-4e8b-a487-c27faa58be6b")); |
|
|
await input.DoWork(); |
|
|
await input.DoWork(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|