Beispiel #1
0
 public void Confirm()
 {
     if (_confirmed)
     {
         return;
     }
     _events.Then(new ReservationConfirmed(_id));
 }