|
|
|
|
@ -45,7 +45,7 @@ public interface IBookV2AppService : IApplicationService
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**HttpApi Controillers:**
|
|
|
|
|
**HttpApi Controllers:**
|
|
|
|
|
```cs
|
|
|
|
|
[Area(BookStoreRemoteServiceConsts.ModuleName)]
|
|
|
|
|
[RemoteService(Name = BookStoreRemoteServiceConsts.RemoteServiceName)]
|
|
|
|
|
@ -346,4 +346,4 @@ Get more from https://github.com/dotnet/aspnet-api-versioning/wiki
|
|
|
|
|
|
|
|
|
|
## Sample source code
|
|
|
|
|
|
|
|
|
|
You can get the complete sample source code in https://github.com/abpframework/abp-samples/tree/master/Api-Versioning
|
|
|
|
|
You can get the complete sample source code in https://github.com/abpframework/abp-samples/tree/master/Api-Versioning
|
|
|
|
|
|