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