Exemple #1
0
 public TransactionEvent(TransactionEventType eventType)
 {
     EventType = eventType;
 }
 public TransactionEvent(int commitId, TransactionEventType eventType)
 {
     CommitId = commitId;
     EventType = eventType;
 }