Exemplo n.º 1
0
        public void When(AttendeeScanIn e)
        {
            var checkpoint = this.ApplyScan(e, e.ScanTimestamp, null);

            // Remove expected at from this checkpoint
            checkpoint.Expected.Remove(e.PersonId);
        }
Exemplo n.º 2
0
 public void When(AttendeeScanIn e) => PublishToClients(e);
Exemplo n.º 3
0
 public void When(AttendeeScanIn e)
 {
     this.ReadingsIn.Add(new CheckpointScan(e));
 }
Exemplo n.º 4
0
 public void When(AttendeeScanIn e)
 {
     this.AddScanEvent(e, "Sisään");
 }