Click or drag to resize

IEditSessionChangeClientGender Method

Change client's gender.

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

Parameters

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