Esempio n. 1
0
 public double Calculate_cost()
 {
     return(Hotel.Get_price());
 }
Esempio n. 2
0
 public void Set_hotel(Hotel hotel)
 {
     this.hotel = hotel;
 }