From 21bf777248d60500c73ea73960c33c515df138cb Mon Sep 17 00:00:00 2001 From: Paridokht Alavinia <8478694+parid0kht@users.noreply.github.com> Date: Fri, 29 Oct 2021 01:43:49 +0800 Subject: [PATCH] Update services.md (#23667) --- aspnetcore/grpc/services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/grpc/services.md b/aspnetcore/grpc/services.md index 9e95d89cde..a949a0f8d9 100644 --- a/aspnetcore/grpc/services.md +++ b/aspnetcore/grpc/services.md @@ -139,8 +139,8 @@ Unary calls are the most similar to [actions on web API controllers](xref:web-ap ```protobuf message ExampleRequest { - int pageIndex = 1; - int pageSize = 2; + int32 pageIndex = 1; + int32 pageSize = 2; bool isDescending = 3; } ```