예제 #1
0
 public void Add(int commit, EventSet eventSet)
 {
     _store.Add(commit, eventSet);
 }
예제 #2
0
 public void Add(int commit, EventSet eventSet)
 {
     throw new System.NotImplementedException("No event storage connected");
 }