Example #1
0
 public GetElevatorDataResponse(ElevatorData elevatorData)
 {
     this.elevatorData = elevatorData?.DeepCopy();
 }
Example #2
0
 public UpdateElevatorResponse(ElevatorData updatedElevatorData, float destinationY)
 {
     this.updatedElevatorData = updatedElevatorData?.DeepCopy();
     this.destinationY        = destinationY;
 }