Click or drag to resize

IEditSessionChangeClientGender Method

Change client's gender.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeClientGender(
	Gender gender,
	IClientStub client
)

Parameters

gender
Type: Resto.Front.Api.Data.BrdGender
New gender.
client
Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client.
See Also