Update services.md (#23667)
parent
31005b530c
commit
21bf777248
|
@ -139,8 +139,8 @@ Unary calls are the most similar to [actions on web API controllers](xref:web-ap
|
||||||
|
|
||||||
```protobuf
|
```protobuf
|
||||||
message ExampleRequest {
|
message ExampleRequest {
|
||||||
int pageIndex = 1;
|
int32 pageIndex = 1;
|
||||||
int pageSize = 2;
|
int32 pageSize = 2;
|
||||||
bool isDescending = 3;
|
bool isDescending = 3;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue