Esempio n. 1
0
 public EventHistoryApplier(object target)
 {
     _methodCaller = new MethodByConventionCaller(target);
     _target       = target;
 }
Esempio n. 2
0
 public EventApplier(object target)
 {
     _methodCaller = new MethodByConventionCaller(target);
     _recorder     = new EventRecorder();
     _target       = target;
 }