Click or drag to resize

IEditSession.ChangeClientSurname 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
Type: System.String
new surname of client
client
Type: Resto.Front.Api.Editors.Stubs.IClientStub
Changing client
See Also