public Pallet(SKU content, int layer) { this.Content = content; this.LayerCount = layer; this.WrappedLayers = layer; }
public Pallet(SKU content) { this.Content = content; this.LayerCount = content.LayerPerPallete; this.WrappedLayers = content.LayerPerPallete; }