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