Click or drag to resize

IEditSessionChangeClientPhones Method

Changes client phones list.

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