Click or drag to resize

ChangedEntityT Constructor

Ctor.

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

Parameters

id  Guid
 
entity  T
 
revision  Int32
 
See Also