Example #1
0
 public Specials(string id, Sizes size, double price)
 {
     this.Id    = id;
     this.Size  = size;
     this.Price = price;
 }