IEditSessionChangeClientPhones Method |
Changes client phones list.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeClientPhones(
List<PhoneDto> phones,
IClientStub client
)
Parameters
- phones ListPhoneDto
- new phones list of client
- client IClientStub
- Changing client
See Also