Click or drag to resize

ChangedEntityT Constructor

Ctor.

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

Parameters

id
Type: SystemGuid
entity
Type: T
See Also