Code · 9 lines · 140 bytes
1
2
3
4
5
6
7
8
9

namespace JsonContextDb.TestApp;

public class Vser
{
	public int Id { get; set; }
	public string Name { get; set; } = string.Empty;
}