Files
SysEx.Net/SysEx.Net/Models/Roast.cs

8 lines
106 B
C#

namespace SysEx.Net.Models
{
public class Roasts
{
public string Roast { get; set; }
}
}