File: TestObjects\Services\JsonTranscodingInvalidPatternGreeterService.cs
Web Access
Project: src\src\Grpc\JsonTranscoding\test\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests.csproj (Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
using Transcoding;
 
namespace Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests.TestObjects;
 
public class JsonTranscodingInvalidPatternGreeterService : JsonTranscodingInvalidPatternGreeter.JsonTranscodingInvalidPatternGreeterBase
{
}