Click or drag to resize

IEditSessionChangeClientPhones Method

Changes client phones list.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeClientPhones(
	List<PhoneDto> phones,
	IClientStub client
)

Parameters

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