Click or drag to resize

IEditSessionDeleteOrderItemComment Method

Deletes product order item's comment.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void DeleteOrderItemComment(
	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 not been printed.
See Also