| KitchenOrderModifierItemDto Constructor (Guid, IRestaurantSection, ICookingPlaceType, NullableTimeSpan, Boolean, TupleInt32, Int32, Boolean, Boolean, IProduct, Guid, Guid, Decimal) | 
Namespace: Resto.Front.Api.Data.Kitchen
 Syntax
Syntaxpublic KitchenOrderModifierItemDto( Guid baseOrderItemId, IRestaurantSection cookingPlace, ICookingPlaceType cookingPlaceType, TimeSpan? cookingTime, bool isSeparate, Tuple<int, int> orderRank, bool amountIndependentOfParentAmount, bool isHidden, IProduct product, Guid itemSaleEventId, Guid itemCookingEventId, decimal amount )
 See Also
See Also