Click or drag to resize

IEditSessionChangeClientSurname Method

Changes client surname.

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

Parameters

surname  String
new surname of client
client  IClientStub
Changing client
See Also