Example #1
0
 public BedType(TypeOfABed typeOfABed, string notes)
 {
     TypeOfABed = typeOfABed;
     Notes      = notes;
 }
Example #2
0
 public BedType(TypeOfABed typeOfABed) : this(typeOfABed, null)
 {
 }