Click or drag to resize

IEditSessionChangeDeliveryComment Method

Change the order comment.

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

Parameters

comment  String
Comment
order  IDeliveryOrderStub
Order to change
See Also