Click or drag to resize

IEditSessionChangeClientMarketingSource Method

Changes client marketing source.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeClientMarketingSource(
	IMarketingSource marketingSource,
	IClientStub client
)

Parameters

marketingSource  IMarketingSource
New marketing source of the client.
client  IClientStub
Changing client
See Also