Skip to content

Commit

Permalink
Merge pull request #3592 from berkansasmaz/dev
Browse files Browse the repository at this point in the history
docs: Added ExposeServices attribute.
  • Loading branch information
maliming authored Apr 15, 2020
2 parents f402511 + c19afe6 commit f9b90fb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(IIdentityUserAppService), typeof(IdentityUserAppService))]
public class MyIdentityUserAppService : IdentityUserAppService
{
//...
Expand Down Expand Up @@ -262,4 +263,4 @@ See [Overriding the User Interface](Customizing-Application-Modules-Overriding-U

## How to Find the Services?

[Module documents](Modules/Index.md) includes the list of the major services they define. In addition, you can investigate [their source code](https://github.com/abpframework/abp/tree/dev/modules) to explore all the services.
[Module documents](Modules/Index.md) includes the list of the major services they define. In addition, you can investigate [their source code](https://github.com/abpframework/abp/tree/dev/modules) to explore all the services.

0 comments on commit f9b90fb

Please sign in to comment.