Click or drag to resize

IEditSessionDeletePrintedOrderItemComment Method

Deletes product order item's comment.

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

Parameters

order  IOrderStub
Order that contains product order item which comment will be changed.
cookingItem  IOrderCookingItemStub
Product order item which comment will be changed. Product order item should been printed.
See Also