C# Class MonoKit.Domain.SQLite.SqlDomainContext

Inheritance: DomainContext
Afficher le fichier Open project: sgmunn/MonoKit

Méthodes publiques

Méthode Description
BeginUnitOfWork ( ) : IUnitOfWorkScope
SqlDomainContext ( SQLiteConnection connection, IAggregateManifestRepository manifest, IEventStoreRepository eventStore ) : System

Method Details

BeginUnitOfWork() public méthode

public BeginUnitOfWork ( ) : IUnitOfWorkScope
Résultat IUnitOfWorkScope

SqlDomainContext() public méthode

public SqlDomainContext ( SQLiteConnection connection, IAggregateManifestRepository manifest, IEventStoreRepository eventStore ) : System
connection SQLiteConnection
manifest IAggregateManifestRepository
eventStore IEventStoreRepository
Résultat System