◆ QueryController()
HotelBookingApi.Controllers.QueryController.QueryController |
( |
MongoService |
mongoService | ) |
|
◆ GetOrderByGuest()
ActionResult<Order> HotelBookingApi.Controllers.QueryController.GetOrderByGuest |
( |
[FromQuery] string |
guest | ) |
|
◆ GetReservationByGuest()
ActionResult<Reservation> HotelBookingApi.Controllers.QueryController.GetReservationByGuest |
( |
[FromQuery] string |
guest | ) |
|
◆ GetRoomsTypes()
ActionResult<List<Room> > HotelBookingApi.Controllers.QueryController.GetRoomsTypes |
( |
[FromQuery(Name = "type")] string |
Type, |
|
|
[FromQuery(Name = "start")] string |
DateStart, |
|
|
[FromQuery(Name = "end")] string |
DateEnd, |
|
|
[FromQuery(Name = "lower")] string |
PriceLower, |
|
|
[FromQuery(Name = "higher")] string |
PriceUpper |
|
) |
| |
◆ GetRoomType()
ActionResult<RoomType> HotelBookingApi.Controllers.QueryController.GetRoomType |
( |
string |
type | ) |
|
The documentation for this class was generated from the following file: