mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-06 08:06:33 +08:00
修改了IOC的实现,删除了项目排除的文件
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Serein.NodeFlow
|
||||
Context = new Serein.Library.Core.NodeFlow.DynamicContext(SereinIoc, flowEnvironment);
|
||||
}
|
||||
|
||||
MainCts = SereinIoc.CreateServiceInstance<NodeRunCts>();
|
||||
MainCts = SereinIoc.GetOrCreateServiceInstance<NodeRunCts>();
|
||||
|
||||
foreach (var md in methodDetailss)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user