Click or drag to resize
IUnitOfWorkFactory Interface
Creates unit of work implementations

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 IUnitOfWorkFactory

The IUnitOfWorkFactory type exposes the following members.

Methods
  NameDescription
Public methodCreate
Create a synchronous unit of work
Public methodCreateAsync
Create an asynchronous unit of work
Top
See Also