Initializes a new instance of the UnitOfWorkPerCallScopeExtension<(Of <(T>)>) class.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public UnitOfWorkPerCallScopeExtension(
	T unitOfWork
)
Visual Basic (Declaration)
Public Sub New ( _
	unitOfWork As T _
)

Parameters

unitOfWork
Type: T
The unit of work.

See Also