Click or drag to resize

NewOrderGuestItemStub Constructor

Initializes a new instance of the NewOrderGuestItemStub class

Namespace:  Resto.Front.Api.V5.Editors.Stubs
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
public NewOrderGuestItemStub(
	int sessionNumber,
	int actionNumber
)

Parameters

sessionNumber
Type: SystemInt32
actionNumber
Type: SystemInt32
See Also