Click or drag to resize

StsDepositDetail Constructor

Initializes a new instance of the StsDepositDetail class

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

Parameters

dtl  DbDepositDetail
 
gc  GuestCheck
 
See Also