IEditSessionChangeClientSurname Method |
Changes client surname.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid ChangeClientSurname(
string surname,
IClientStub client
)
Parameters
- surname String
- new surname of client
- client IClientStub
- Changing client
See Also