Click or drag to resize

IEditSession.ChangeClientLastOrderDate Method

Changes client's last order date.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeClientLastOrderDate(
	DateTime lastOrderDate,
	IClientStub client
)

Parameters

lastOrderDate
Type: System.DateTime
New last order date
client
Type: Resto.Front.Api.Editors.Stubs.IClientStub
Changing client
See Also