Click or drag to resize

IEditSessionDeletePrintedOrderItemComment Method

Deletes product order item's comment.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void DeletePrintedOrderItemComment(
	IOrderStub order,
	IOrderCookingItemStub cookingItem
)

Parameters

order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order that contains product order item which comment will be changed.
cookingItem
Type: Resto.Front.Api.Editors.StubsIOrderCookingItemStub
Product order item which comment will be changed. Product order item should been printed.
See Also