예제 #1
0
 public EventHistoryApplier(object target)
 {
     _methodCaller = new MethodByConventionCaller(target);
     _target       = target;
 }
예제 #2
0
 public EventApplier(object target)
 {
     _methodCaller = new MethodByConventionCaller(target);
     _recorder     = new EventRecorder();
     _target       = target;
 }