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