예제 #1
0
 public void RegisterPostCommitAction(Action action)
 {
     _inner.RegisterPostCommitAction(action);
 }