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