Class PepperBrand
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
Id
Byte on pepper. Ouch.
[Key]
public byte Id { get; set; }