Click or drag to resize

IEditSessionChangeClientSurname Method

Changes client surname.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeClientSurname(
	string surname,
	IClientStub client
)

Parameters

surname
Type: SystemString
new surname of client
client
Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client
See Also