Esempio n. 1
0
 public AnimalCentre()
 {
     this.hotel      = new Hotel();
     this.procedures = new List <Procedure>();
     this.InitializeProcedures();
 }