Click or drag to resize

KitchenOrderItemCommentDto Constructor

Initializes a new instance of the KitchenOrderItemCommentDto class

Namespace:  Resto.Front.Api.Data.Kitchen
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public KitchenOrderItemCommentDto(
	string comment,
	bool deleted
)

Parameters

comment
Type: SystemString
deleted
Type: SystemBoolean
See Also