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

pull/3592/head
berkansasmaz 6 years ago
parent 16e01fa3db
commit 0196fc0174

@ -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