Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
TJ
CQRS
Event
UnitOfWork
C# Class TJ.CQRS.Event.UnitOfWork
Inheritance:
IUnitOfWork
Datei anzeigen
Open project: mastoj/TJ.CQRS
Public Methods
Method
Description
Commit
( ) :
void
Rollback
( ) :
void
UnitOfWork
(
IEventStore
eventStore
)
Method Details
Commit()
public
method
public
Commit
( ) :
void
return
void
Rollback()
public
method
public
Rollback
( ) :
void
return
void
UnitOfWork()
public
method
public
UnitOfWork
(
IEventStore
eventStore
)
eventStore
IEventStore