Skip to content

Commit e9f849d

Browse files
committed
Clarify minimal API example
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
1 parent e4a3e80 commit e9f849d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdkdocs/dotnet/content/en/dotnet-sdk-docs/dotnet-workflow/dotnet-workflowclient-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ await app.RunAsync();
8383

8484
{{% tab "ASP.Net Core App" %}}
8585

86-
In an ASP.Net Core application, you can inject the `DaprWorkflowClient` into your methods or controllers via method or constructor injection:
86+
In an ASP.Net Core application, you can inject the `DaprWorkflowClient` into methods or controllers via method or constructor injection. This example demonstrates method injection in a minimal API scenario:
8787

8888
```csharp
8989
app.MapPost("/start", async (

0 commit comments

Comments
 (0)