Click or drag to resize

StsReferenceEntry Constructor

Initializes a new instance of the StsReferenceEntry class

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

Parameters

dtl  DbReferenceDetail
 
gc  GuestCheck
 
See Also