Changes client addresses.
Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
void ChangeClientAddresses( List<AddressDto> addresses, Nullable<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.V3.EditorsIClientStub
Changing client
See Also