Click or drag to resize
IUnitOfWorkFactoryProvider Interface
Provides unit of work factories that are configured with a given database context and connection string

Namespace: AccidentalFish.ApplicationSupport.Core.Repository
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface IUnitOfWorkFactoryProvider

The IUnitOfWorkFactoryProvider type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a unit of work factory
Top
See Also