From 472ee1d4889a40242c2861ed02c5a6f530d61f92 Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 2 Nov 2022 09:07:06 +0800 Subject: [PATCH] Update Static-CSharp-API-Clients.md --- docs/en/API/Static-CSharp-API-Clients.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/API/Static-CSharp-API-Clients.md b/docs/en/API/Static-CSharp-API-Clients.md index 23d1866c98..85ffb3e213 100644 --- a/docs/en/API/Static-CSharp-API-Clients.md +++ b/docs/en/API/Static-CSharp-API-Clients.md @@ -136,7 +136,7 @@ This command should generate the following files under the `ClientProxies` folde ![generated-static-client-proxies](../images/generated-static-client-proxies-with-contracts.png) -* `BookProxy.Generated.cs` is the actual generated proxy class in this example. `BookClientProxy` is a `partial` class * where you can write your custom code (ABP won't override it). +* `BookClientProxy.Generated.cs` is the actual generated proxy class in this example. `BookClientProxy` is a `partial` class * where you can write your custom code (ABP won't override it). * `IBookAppService.cs` is the app service. * `BookDto.cs` is the Dto class which uses by app service. * `app-generate-proxy.json` contains information about the remote HTTP endpoint, so ABP can properly perform HTTP requests.