Click or drag to resize

ChangedEntityT Constructor

Ctor.

Namespace:  Resto.Front.Api.Data.Common
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public ChangedEntity(
	Guid id,
	T entity,
	int revision
)

Parameters

id
Type: SystemGuid
entity
Type: T
revision
Type: SystemInt32
See Also