Click or drag to resize

IEditSessionChangeOrderComment Method

Changes order comment.

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

Parameters

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