Click or drag to resize

ComboGroupIdAndName Constructor

Initializes a new instance of the ComboGroupIdAndName class

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public ComboGroupIdAndName(
	Guid groupId,
	string groupName
)

Parameters

groupId
Type: SystemGuid
groupName
Type: SystemString
See Also