예제 #1
0
 public async Task <ActionResult <IEnumerable <HotelRoom> > > GetHotelRoom()
 {
     return(Ok(await _hotelRoom.GetAllRoomsHotel()));
 }