Browse Source
Update docs/en/SimpleStateChecker.md
Co-authored-by: Halil İbrahim Kalkan <hi_kalkan@yahoo.com>
pull/8899/head
maliming
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/SimpleStateChecker.md
|
|
|
@ -58,7 +58,7 @@ services.Configure<AbpSimpleStateCheckerOptions<MyObject>>(options => |
|
|
|
|
|
|
|
> Write this inside the `ConfigureServices` method of your module. |
|
|
|
|
|
|
|
### Check the state |
|
|
|
## Check the state |
|
|
|
|
|
|
|
You can inject `ISimpleStateCheckerManager<MyObject>` service to check state. |
|
|
|
|
|
|
|
|