IEditSessionChangeClientAddresses Method |
Changes client addresses.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeClientAddresses(
List<AddressDto> addresses,
int? mainAddressIndex,
IClientStub client
)
Parameters
- addresses ListAddressDto
- new addresses list of client
- mainAddressIndex NullableInt32
- index of client main address
- client IClientStub
- Changing client
See Also