mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-11-08 18:34:44 +08:00
Update getting-started.md
This commit is contained in:
committed by
GitHub
parent
4a2d7f392a
commit
cc0d2147a8
@@ -147,7 +147,7 @@ If you don't want to start from one of the recommended samples, you'll need to:
|
|||||||
```csharp
|
```csharp
|
||||||
public class AuthorizationController : Controller
|
public class AuthorizationController : Controller
|
||||||
{
|
{
|
||||||
private readonly IOpenIddictApplicationManager_applicationManager;
|
private readonly IOpenIddictApplicationManager _applicationManager;
|
||||||
|
|
||||||
public AuthorizationController(IOpenIddictApplicationManager applicationManager)
|
public AuthorizationController(IOpenIddictApplicationManager applicationManager)
|
||||||
=> _applicationManager = applicationManager;
|
=> _applicationManager = applicationManager;
|
||||||
@@ -228,4 +228,4 @@ If you don't want to start from one of the recommended samples, you'll need to:
|
|||||||
public Task StopAsync(CancellationToken cancellationToken) => Task.CompletedTask;
|
public Task StopAsync(CancellationToken cancellationToken) => Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user