Click or drag to resize
AccidentalFish.ApplicationSupport.Core.Repository Namespace
Interfaces that define a unit of work and repository pattern
Interfaces
  InterfaceDescription
Public interfaceIRepositoryT
Repository pattern for use with an ORM
Public interfaceIRepositoryAsyncT
Repository pattern for use with an ORM that supports asynchronous access
Public interfaceIUnitOfWork
Unit of work pattern for use with an ORM
Public interfaceIUnitOfWorkAsync
An asynchronous unit of work pattern implementation
Public interfaceIUnitOfWorkFactory
Creates unit of work implementations
Public interfaceIUnitOfWorkFactoryProvider
Provides unit of work factories that are configured with a given database context and connection string