Browse Source

docs: IdentityUserAppService is a class, so ExposeServices attribute has been added.

pull/3592/head
berkansasmaz 6 years ago
parent
commit
0196fc0174
  1. 1
      docs/en/Customizing-Application-Modules-Overriding-Services.md

1
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
{
//...

Loading…
Cancel
Save