public async Task <ActionResult <IEnumerable <HotelRoomDTO> > > GetRooms(int hotelID) { return(await _context.GetRooms(hotelID)); }