IEditSessionChangeClientPhones Method |
Changes client phones list. Phones list cannot contain more than 100 items.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid ChangeClientPhones(
List<PhoneDto> phones,
IClientStub client
)
Parameters
- phones ListPhoneDto
- New phones list of client.
- client IClientStub
- Changing client
See Also