Gets the underlying UnitOfWork which this service is operating over.

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 IUnitOfWork UnitOfWork { get; }
Visual Basic (Declaration)
Public ReadOnly Property UnitOfWork As IUnitOfWork

See Also