Пример #1
0
 public virtual void Update(HotelReservationParam _hotelreservation)
 {
     this.Accounts   = _hotelreservation.Accounts;
     this.Rooms      = _hotelreservation.Rooms;
     this.Name       = _hotelreservation.Name;
     this.CheckIn    = _hotelreservation.CheckIn;
     this.CheckOut   = _hotelreservation.CheckOut;
     this.Total      = _hotelreservation.Total;
     this.UpdateDate = DateTimeOffset.Now.LocalDateTime;
     this.UpdateBy   = "";//isi
 }
 public bool Update(HotelReservationParam _hotelreservationparam)
 {
     throw new NotImplementedException();
 }