Instantiates a new instance of this class.

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

Syntax

C#
protected RepositoryBase(
	UnitOfWorkScopeBase<TUnitOfWork> unitOfWorkScope
)
Visual Basic (Declaration)
Protected Sub New ( _
	unitOfWorkScope As UnitOfWorkScopeBase(Of TUnitOfWork) _
)

Parameters

unitOfWorkScope
Type: Mindscape.LightSpeed..::.UnitOfWorkScopeBase<(Of <(TUnitOfWork>)>)
The UnitOfWorkScopeBase<(Of <(TUnitOfWork>)>) associated with this repository.

See Also