We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ddc8b3 + 8dc4559 commit 1147e0bCopy full SHA for 1147e0b
docs/json-yaml.md
@@ -3,7 +3,7 @@
3
Simply grab the `DefinitionLoader` from the IoC container and call the `.LoadDefinition` method
4
5
```c#
6
-using using WorkflowCore.Services.DefinitionStorage;
+using WorkflowCore.Interface;
7
...
8
var loader = serviceProvider.GetService<IDefinitionLoader>();
9
loader.LoadDefinition("<<json or yaml string here>>", Deserializers.Json);
0 commit comments