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 aeb93f2 + 0bedaac commit 4e2e3b1Copy full SHA for 4e2e3b1
src/content/docs/identityserver/reference/models/license-usage-summary.md
@@ -67,8 +67,10 @@ such as property or constructor injection.
67
68
```csharp
69
// An ASP.NET Core MVC Controller
70
-public class MyController: Controller {
71
- public MyController(LicenseUsageSummary summary) {
+public class MyController : Controller
+{
72
+ public MyController(LicenseUsageSummary summary)
73
+ {
74
// use the summary information
75
}
76
0 commit comments