Table of Contents

Class PepperBrand

Namespace
GastroSky.Models
Assembly
GastroSky.Models.dll

Pepper brand. Yummy.

[Table("PepperBrands")]
public class PepperBrand
Inheritance
PepperBrand
Inherited Members

Properties

BrandName

Pepper brand name. Never cheap out on your spices y'all!

public string BrandName { get; set; }

Property Value

string

Id

Byte on pepper. Ouch.

[Key]
public byte Id { get; set; }

Property Value

byte