Beispiel #1
0
 public void RemoveAfterCommitEvent(INotification evt)
 {
     AfterCommitEvents.Remove(evt);
 }
Beispiel #2
0
 public void AddAfterCommitEvent(INotification evt)
 {
     AfterCommitEvents.Add(evt);
 }