IEditSessionChangeClientConsentDates Method |
Changes client's dates of consent.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeClientConsentDates(
DateTime? consentFrom,
DateTime? consentTo,
IClientStub client
)
Parameters
- consentFrom
- Type: SystemNullableDateTime
The date and time of explicit consent by the client. - consentTo
- Type: SystemNullableDateTime
The date and time when client's consent expires. - client
- Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client
See Also