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