IEditSessionChangeClientLastOrderDate Method |
Changes client's last order date.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeClientLastOrderDate(
DateTime lastOrderDate,
IClientStub client
)
Parameters
- lastOrderDate
- Type: SystemDateTime
New last order date - client
- Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client
See Also