Click or drag to resize

IEditSessionChangeClientPhones Method

Changes client phones list. Phones list cannot contain more than 100 items.

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

Parameters

phones  ListPhoneDto
New phones list of client.
client  IClientStub
Changing client
See Also