This commit is contained in:
2022-12-27 22:42:42 +00:00
parent 0a2f91ed4c
commit 5edfcdd47d
7 changed files with 97 additions and 10 deletions

View File

@@ -662,6 +662,10 @@ namespace Sockeye
Console.WriteLine("Forced shutdown: Ctrl+C keyboard shortcut");
Console.WriteLine("-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-");
GlobalBizSettingsBiz biz = GlobalBizSettingsBiz.GetBiz(dbContext);
biz.ImportRockfish(dbContext, _newLog).Wait();
}