From 0196fc0174c85fe73969d1465c32ffeb21be634c Mon Sep 17 00:00:00 2001 From: berkansasmaz Date: Tue, 14 Apr 2020 03:09:15 +0300 Subject: [PATCH] docs: IdentityUserAppService is a class, so ExposeServices attribute has been added. --- docs/en/Customizing-Application-Modules-Overriding-Services.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/Customizing-Application-Modules-Overriding-Services.md b/docs/en/Customizing-Application-Modules-Overriding-Services.md index d58f0f8565..7b8b156453 100644 --- a/docs/en/Customizing-Application-Modules-Overriding-Services.md +++ b/docs/en/Customizing-Application-Modules-Overriding-Services.md @@ -60,6 +60,7 @@ In most cases, you will want to change one or a few methods of the current imple ````csharp [Dependency(ReplaceServices = true)] +[ExposeServices(typeof(IdentityUserAppService))] public class MyIdentityUserAppService : IdentityUserAppService { //...