Browse Source

#4052 Add a RemoteService tip to Overriding-Service doc

pull/4054/head
Super 6 years ago
committed by GitHub
parent
commit
4538506453
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Customizing-Application-Modules-Overriding-Services.md

2
docs/en/Customizing-Application-Modules-Overriding-Services.md

@ -99,6 +99,8 @@ This class **overrides** the `CreateAsync` method of the `IdentityUserAppService
You could completely **re-write** the entire business logic for a user creation without calling the base method.
> It's better to add the attribute `[RemoteService(IsEnabled = false)]` if the [Auto API Controllers](API/Auto-API-Controllers.md) is enabled, otherwise the extra APIs for MyIdentityUser will be generated.
### Example: Overriding a Domain Service
````csharp

Loading…
Cancel
Save