HotelBooking  0.0.3
HotelBookingApi.Controllers.CheckoutController Class Reference

Public Member Functions

 CheckoutController (MongoService mongoService)
 
ActionResult< RoomCheckoutByGuestId (string id)
 
ActionResult< RoomCheckoutByRoomId (string id)
 
Inheritance diagram for HotelBookingApi.Controllers.CheckoutController:
Inheritance graph
Collaboration diagram for HotelBookingApi.Controllers.CheckoutController:
Collaboration graph

Constructor & Destructor Documentation

◆ CheckoutController()

HotelBookingApi.Controllers.CheckoutController.CheckoutController ( MongoService  mongoService)

Member Function Documentation

◆ CheckoutByGuestId()

ActionResult<Room> HotelBookingApi.Controllers.CheckoutController.CheckoutByGuestId ( string  id)

◆ CheckoutByRoomId()

ActionResult<Room> HotelBookingApi.Controllers.CheckoutController.CheckoutByRoomId ( string  id)

The documentation for this class was generated from the following file: