6 references to ParamResponse
Microsoft.AspNetCore.Grpc.Swagger.Tests (6)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (2)
1893private static readonly pb::MessageParser<ParamResponse> _parser = new pb::MessageParser<ParamResponse>(() => new ParamResponse()); 1921public ParamResponse(ParamResponse other) : this() {
Services\ParametersService.cs (4)
13return Task.FromResult(new ParamResponse { Message = "DemoParametersOne Response" }); 18return Task.FromResult(new ParamResponse { Message = "DemoParametersTwo Response" }); 23return Task.FromResult(new ParamResponse { Message = "DemoParametersThree Response " }); 28return Task.FromResult(new ParamResponse { Message = "DemoParametersFour Response" });