opentelemetry-dotnet-instru.../test/test-applications/integrations/TestApplication.EntityFrame.../TestItem.cs

12 lines
237 B
C#

// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
namespace TestApplication.EntityFrameworkCore.Pomelo.MySql;
public class TestItem
{
public int Id { get; set; }
public string? Name { get; set; }
}