BaseNonEventDomainRepositoryTDomain, TModel, TDomainSnapshotGet Method

[Missing <summary> documentation for "M:Casewhere.Runtime.Workflows.BaseNonEventDomainRepository`3.Get(System.Guid)"]

Definition

Namespace: Casewhere.Runtime.Workflows
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public virtual TDomain Get(
	Guid id
)

Parameters

id  Guid
 

Return Value

TDomain

[Missing <returns> documentation for "M:Casewhere.Runtime.Workflows.BaseNonEventDomainRepository`3.Get(System.Guid)"]

Implements

IBaseNonEventDomainRepositoryTDomainGet(Guid)

See Also