Example #1
0
 public P_HotelDetail()
 {
     Error              = string.Empty;
     M_Hotel            = new M_HotelExtend();
     ListM_HotelContact = new List <M_HotelContactExtend>();
     M_Country          = new M_Country();
     ListM_Country      = new List <M_Country>();
     M_Language         = new M_Language();
     ListM_Language     = new List <M_Language>();
     ListM_TimeZone     = new List <decimal>();
     Address            = string.Empty;
 }
Example #2
0
        public P_HotelDetail()
        {
            Error                     = string.Empty;
            Address                   = string.Empty;
            M_Country                 = new M_Country();
            M_Hotel                   = new M_HotelExtend();
            ListHotelRoom             = new List <P_RoomType>();
            ListCommunicationLanguage = new List <M_Language>();
            ListPaymentAccepted       = new List <M_Payment>();
            ListBookingChannel        = new List <M_BookingChannel>();
            ListHotelFacility         = new List <M_Facility>();
            ListM_HotelContact        = new List <M_HotelContactExtend>();
            M_HotelPayment            = new M_HotelPayment();

            ListM_Country  = new List <M_Country>();
            M_Language     = new M_Language();
            ListM_Language = new List <M_Language>();
            ListM_TimeZone = new List <decimal>();

            ListPCIBlackEmails = new List <string>();
        }