Click or drag to resize

CorrectionTask Constructor

Main constructor

Namespace:  Resto.Front.Api.Data.Device.Tasks
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public CorrectionTask(
	Guid? id,
	string cashierName,
	Guid cashierId,
	string cashierTaxpayerId
)

Parameters

id
Type: SystemNullableGuid
cashierName
Type: SystemString
cashierId
Type: SystemGuid
cashierTaxpayerId
Type: SystemString
See Also