diff options
Diffstat (limited to 'demos/quickstart/protected/pages/Services')
-rwxr-xr-x | demos/quickstart/protected/pages/Services/RpcService.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Services/RpcService.page b/demos/quickstart/protected/pages/Services/RpcService.page index ef6ded94..f5d38c84 100755 --- a/demos/quickstart/protected/pages/Services/RpcService.page +++ b/demos/quickstart/protected/pages/Services/RpcService.page @@ -1,6 +1,6 @@ <com:TContent ID="body" >
-<h1>RPC Service</h1>
+<h1 id="218003">RPC Service</h1>
<p class="block-content">
RPC Service stands for "Remote Procedure Call" Service and is a common name used to identify a service that exposes an interface that can be called by remote programs in order to execute a procedure.
|