Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Added ExposeServices attribute. #3592

Merged
merged 2 commits into from
Apr 15, 2020
Merged

docs: Added ExposeServices attribute. #3592

merged 2 commits into from
Apr 15, 2020

Conversation

berkansasmaz
Copy link
Member

[ExposeServices(typeof(IdentityUserAppService))] attribute is required here since IdentityUserManager does not define an interface (like IIdentityUserAppService).

@maliming maliming self-requested a review April 14, 2020 01:25
@@ -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))]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's should be [ExposeServices(typeof(IIdentityUserAppService), typeof(IdentityUserAppService))]

@berkansasmaz berkansasmaz requested a review from maliming April 14, 2020 11:50
@hikalkan hikalkan added this to the 2.6 milestone Apr 14, 2020
@maliming maliming merged commit f9b90fb into abpframework:dev Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants