mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-04-05 17:38:03 +08:00
Update getting-started.md
This commit is contained in:
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
|
||||
public class AuthorizationController : Controller
|
||||
{
|
||||
private readonly IOpenIddictApplicationManager_applicationManager;
|
||||
private readonly IOpenIddictApplicationManager _applicationManager;
|
||||
|
||||
public AuthorizationController(IOpenIddictApplicationManager 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;
|
||||
}
|
||||
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user