Click or drag to resize

IEditSessionChangeClientMarketingSource Method

Changes client marketing source.

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

Parameters

marketingSource
Type: Resto.Front.Api.Data.BrdIMarketingSource
New marketing source of the client.
client
Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client
See Also