Merge pull request #13316 from abpframework/auto-merge/rel-5-3/1190

Merge branch dev with rel-5.3
pull/13269/head
liangshiwei 3 years ago committed by GitHub
commit e5a0b4d7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -228,7 +228,7 @@ namespace AbpDemo
````
* `MyHandler` implements the `IDistributedEventHandler<EntityUpdatedEto<ProductEto>>`.
* It is required to register your handler class to the [dependency injection](Dependency-Injection.md) system. Implementing `ITransient` like in this example is an easy way.
* It is required to register your handler class to the [dependency injection](Dependency-Injection.md) system. Implementing `ITransientDependency` like in this example is an easy way.
### Configuration

Loading…
Cancel
Save