Click or drag to resize

StsGuestInformationDetail Constructor

Initializes a new instance of the StsGuestInformationDetail class

Namespace: SimphonyPosApi.Extensibility.TransactionModel
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public StsGuestInformationDetail(
	DbGuestInformationDetail dtl,
	GuestCheck gc
)

Parameters

dtl  DbGuestInformationDetail
 
gc  GuestCheck
 
See Also