Ejemplo n.º 1
0
 public void When(AttendeePassthroughScanTimeChanged e)
 {
     this.ChangeScanInTime(e);
     this.ChangeScanOutTime(e);
 }
Ejemplo n.º 2
0
 public void When(AttendeePassthroughScanTimeChanged e) => PublishToClients(e);
Ejemplo n.º 3
0
 public void When(AttendeePassthroughScanTimeChanged e)
 {
     this.ApplyScan(e, e.NewTime, e.NewTime);
 }