| KitchenOrderCompoundItemComponentDto Constructor (Guid, IProduct, Guid, Decimal, IReadOnlyCollectionKitchenOrderModifierItemDto) | 
Namespace: Resto.Front.Api.Data.Kitchen
 Syntax
Syntaxpublic KitchenOrderCompoundItemComponentDto( Guid baseCompoundItemComponentId, IProduct product, Guid itemSaleEventId, decimal amount, IReadOnlyCollection<KitchenOrderModifierItemDto> modifiers )
 See Also
See Also