Exemple #1
0
 public RoomStatus(StatusOfARoom status, string notes)
 {
     Status = status;
     Notes  = notes;
 }
Exemple #2
0
 public RoomStatus(StatusOfARoom status) : this(status, null)
 {
 }