Explorar el Código

注入LogicNodeKindService

lichunlei hace 5 meses
padre
commit
471cb70d82
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Extensions/AppServiceExtensions.cs

+ 1 - 0
Extensions/AppServiceExtensions.cs

@@ -29,6 +29,7 @@ namespace Infrastructure
             // }
 
             //必须注册的service
+            services.AddTransient<ILogicNodeKindService, LogicNodeKindService>();
             services.AddTransient<ILogicNodeService, LogicNodeService>();
             services.AddTransient<ILogicProjectService, LogicProjectService>();
             services.AddTransient<ILogicProjectVersionNodeService, LogicProjectVersionNodeService>();