Skip to content

Instantly share code, notes, and snippets.

namespace DemoApp
{
public class SerialSetFeature
{
protected SerialSetFeature()
{
}
public int Id { get; set; }
public string Key { get; protected set; }