mirror of https://github.com/dapr/docs.git
Fix duplicated lines
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
parent
87fef049ee
commit
692ee52258
|
@ -112,10 +112,6 @@ The code examples below leverage Dapr SDKs to invoke the output bindings endpoin
|
|||
|
||||
Here's an example of using a console app with top-level statements in .NET 6+:
|
||||
|
||||
Here's an example of using a console app with top-level statements in .NET 6+:
|
||||
|
||||
Here's an example of using a console app with top-level statements in .NET 6+:
|
||||
|
||||
```csharp
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
|
|
@ -121,10 +121,6 @@ Below are code examples that leverage Dapr SDKs to demonstrate an input binding.
|
|||
|
||||
The following example demonstrates how to configure an input binding using ASP.NET Core controllers.
|
||||
|
||||
The following example demonstrates how to configure an input binding using ASP.NET Core controllers.
|
||||
|
||||
The following example demonstrates how to configure an input binding using ASP.NET Core controllers.
|
||||
|
||||
```csharp
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
|
Loading…
Reference in New Issue