Click or drag to resize

IEditSessionChangeClientEmails Method

Changes client emails list.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeClientEmails(
	List<EmailDto> emails,
	IClientStub client
)

Parameters

emails
Type: System.Collections.GenericListEmailDto
new emails list of client
client
Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client
See Also