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