Esempio n. 1
0
 public virtual void Update(RoomTypeParam _roomtype)
 {
     this.Name         = _roomtype.Name;
     this.Price        = _roomtype.Price;
     this.DetailHotels = _roomtype.DetailHotels;
     this.UpdateDate   = DateTimeOffset.Now.LocalDateTime;
     this.UpdateBy     = "";//isi
 }
 public bool Update(RoomTypeParam _roomtypeparam)
 {
     throw new NotImplementedException();
 }