Esempio n. 1
0
 public RoomType(TypeOfARoom type, string notes)
 {
     Type  = type;
     Notes = notes;
 }
Esempio n. 2
0
 public RoomType(TypeOfARoom type) : this(type, null)
 {
 }