#4052 Add a RemoteService tip to Overriding-Service doc

pull/4054/head
Super 5 years ago committed by GitHub
parent b1d1d42f20
commit 4538506453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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