IEditSessionChangeClientAddresses Method |
Changes client addresses.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeClientAddresses(
List<AddressDto> addresses,
int? mainAddressIndex,
IClientStub client
)
Parameters
- addresses
- Type: System.Collections.GenericListAddressDto
new addresses list of client - mainAddressIndex
- Type: SystemNullableInt32
index of client main address - client
- Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client
See Also