Browse Source
Update Customizing-Application-Modules-Overriding-Services.md
pull/3691/head
maliming
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
docs/zh-Hans/Customizing-Application-Modules-Overriding-Services.md
|
|
|
@ -60,6 +60,7 @@ context.Services.Replace( |
|
|
|
|
|
|
|
````csharp |
|
|
|
[Dependency(ReplaceServices = true)] |
|
|
|
[ExposeServices(typeof(IIdentityUserAppService), typeof(IdentityUserAppService))] |
|
|
|
public class MyIdentityUserAppService : IdentityUserAppService |
|
|
|
{ |
|
|
|
//... |
|
|
|
@ -262,4 +263,4 @@ ObjectExtensionManager.Instance |
|
|
|
|
|
|
|
## 如何找到服务? |
|
|
|
|
|
|
|
[模块文档](Modules/Index.md) 包含了定义的主要服务列表. 另外 你也可以查看[源码](https://github.com/abpframework/abp/tree/dev/modules)找到所有的服务. |
|
|
|
[模块文档](Modules/Index.md) 包含了定义的主要服务列表. 另外 你也可以查看[源码](https://github.com/abpframework/abp/tree/dev/modules)找到所有的服务. |
|
|
|
|