Click or drag to resize

IEditSessionChangeClientPhones Method

Changes client phones list

Namespace:  Resto.Front.Api.V4.Editors
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.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.V4.Editors.StubsIClientStub
Changing client
See Also