Closed gdlcf88 closed 4 years ago
Automatically discovery application services and generate their controllers.
If an application service class or method has the attribute [RemoteService(IsEnabled = false)] (or [RemoteService(false)]), the generation step should be skipped. Refer to: https://docs.abp.io/en/abp/latest/API/Auto-API-Controllers#service-selection
[RemoteService(IsEnabled = false)]
[RemoteService(false)]
Automatically discovery application services and generate their controllers.
If an application service class or method has the attribute
[RemoteService(IsEnabled = false)]
(or[RemoteService(false)]
), the generation step should be skipped. Refer to: https://docs.abp.io/en/abp/latest/API/Auto-API-Controllers#service-selection