示例#1
0
 public HotelRoom Edit(HotelRoom hotelRoom)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public HotelRoom Create(HotelRoom hotelRoom)
 {
     throw new NotImplementedException();
 }