Click or drag to resize

IEditSessionChangeOrderComment Method

Changes order comment.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
void ChangeOrderComment(
	string comment,
	IOrderStub order
)

Parameters

comment
Type: SystemString
Order comment
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to specify comment.
See Also