C# 클래스 MonoKit.Domain.SQLite.SqlDomainContext

상속: DomainContext
파일 보기 프로젝트 열기: sgmunn/MonoKit

공개 메소드들

메소드 설명
BeginUnitOfWork ( ) : IUnitOfWorkScope
SqlDomainContext ( SQLiteConnection connection, IAggregateManifestRepository manifest, IEventStoreRepository eventStore ) : System

메소드 상세

BeginUnitOfWork() 공개 메소드

public BeginUnitOfWork ( ) : IUnitOfWorkScope
리턴 IUnitOfWorkScope

SqlDomainContext() 공개 메소드

public SqlDomainContext ( SQLiteConnection connection, IAggregateManifestRepository manifest, IEventStoreRepository eventStore ) : System
connection SQLiteConnection
manifest IAggregateManifestRepository
eventStore IEventStoreRepository
리턴 System