public P_DuplicatedHotel()
 {
     Hotel            = new M_Hotel();
     HotelContact     = new M_HotelContact();
     ListHotelProcess = new List <M_HotelProcess>();
     ListHotelContact = new List <M_HotelContact>();
 }
        public P_HotelProcess()
        {
            Hotel = new M_Hotel();

            ListLanguage_Insert = new List <M_HotelCommunicationLanguage>();
            ListLanguage_Delete = new List <M_HotelCommunicationLanguage>();

            ListFacility_Insert = new List <M_HotelFacility>();
            ListFacility_Delete = new List <M_HotelFacility>();

            ListPayment_Insert = new List <M_HotelPayment>();
            ListPayment_Delete = new List <M_HotelPayment>();

            ListBookingChannel_Insert = new List <M_HotelBookingChannel>();
            ListBookingChannel_Delete = new List <M_HotelBookingChannel>();

            ListRoomType_Insert = new List <M_HotelRoomType>();
            ListRoomType_Delete = new List <M_HotelRoomType>();
        }
 public P_DuplicatedHotel()
 {
     Hotel            = new M_Hotel();
     ListHotelProcess = new List <M_HotelProcess>();
 }