Click or drag to resize

IEditSessionChangeClientLastOrderDate Method

Changes client's last order date.

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

Parameters

lastOrderDate
Type: SystemDateTime
New last order date
client
Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client
See Also