Beispiel #1
0
 public RoomType CreateRoomType(RoomType rt)
 {
     return roomTypeRep.Create(rt);
 }
Beispiel #2
0
 public ICollection<RoomPrice> GetPriceByType(RoomType roomType)
 {
     return GetPriceByType(roomType.HotelRoomType);
 }