Browse Source

Update Customizing-Application-Modules-Overriding-Services.md

pull/3691/head
maliming 6 years ago
committed by GitHub
parent
commit
de459fec91
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/zh-Hans/Customizing-Application-Modules-Overriding-Services.md

3
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)找到所有的服务.

Loading…
Cancel
Save