/// <summary>
 /// Create a new PkgHotel object.
 /// </summary>
 /// <param name="hotelID">Initial value of the HotelID property.</param>
 /// <param name="modifyTime">Initial value of the ModifyTime property.</param>
 /// <param name="createTime">Initial value of the CreateTime property.</param>
 public static PkgHotel CreatePkgHotel(global::System.Int32 hotelID, global::System.DateTime modifyTime, global::System.DateTime createTime)
 {
     PkgHotel pkgHotel = new PkgHotel();
     pkgHotel.HotelID = hotelID;
     pkgHotel.ModifyTime = modifyTime;
     pkgHotel.CreateTime = createTime;
     return pkgHotel;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the PkgHotel EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPkgHotel(PkgHotel pkgHotel)
 {
     base.AddObject("PkgHotel", pkgHotel);
 }