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