Пример #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;
 }