Click or drag to resize

IEditSessionChangeOrderComment Method

Changes order comment.

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

Parameters

comment  String
Order comment
order  IOrderStub
Order to specify comment.
See Also