◆ MongoService()
HotelBookingApi.Services.MongoService.MongoService |
( |
IConfiguration |
config | ) |
|
◆ CancelOrderByRoom()
bool HotelBookingApi.Services.MongoService.CancelOrderByRoom |
( |
string |
guestName | ) |
|
◆ CancelReservation()
bool HotelBookingApi.Services.MongoService.CancelReservation |
( |
string |
guestName | ) |
|
◆ CheckinByGuestId()
Room HotelBookingApi.Services.MongoService.CheckinByGuestId |
( |
string |
guest_id | ) |
|
◆ CheckoutByGuestId()
Room HotelBookingApi.Services.MongoService.CheckoutByGuestId |
( |
string |
guest_id | ) |
|
◆ CheckoutByRoomId()
Room HotelBookingApi.Services.MongoService.CheckoutByRoomId |
( |
string |
room_id | ) |
|
◆ Create()
Room HotelBookingApi.Services.MongoService.Create |
( |
Room |
room | ) |
|
◆ GetOrderByGuest()
Order HotelBookingApi.Services.MongoService.GetOrderByGuest |
( |
string |
guestName | ) |
|
◆ GetReservationByGuest()
Reservation HotelBookingApi.Services.MongoService.GetReservationByGuest |
( |
string |
guestName | ) |
|
◆ GetRoomsTypes() [1/2]
List<Room> HotelBookingApi.Services.MongoService.GetRoomsTypes |
( |
string |
Type, |
|
|
string |
DateStart, |
|
|
string |
DateEnd, |
|
|
string |
PriceLower, |
|
|
string |
PriceUpper |
|
) |
| |
◆ GetRoomsTypes() [2/2]
List<Room> HotelBookingApi.Services.MongoService.GetRoomsTypes |
( |
string |
Dates, |
|
|
string |
Prices, |
|
|
string |
Type |
|
) |
| |
◆ GetRoomType()
RoomType HotelBookingApi.Services.MongoService.GetRoomType |
( |
string |
id | ) |
|
◆ Remove() [1/2]
void HotelBookingApi.Services.MongoService.Remove |
( |
Room |
roomIn | ) |
|
◆ Remove() [2/2]
void HotelBookingApi.Services.MongoService.Remove |
( |
string |
id | ) |
|
◆ Update()
void HotelBookingApi.Services.MongoService.Update |
( |
string |
id, |
|
|
Room |
roomIn |
|
) |
| |
The documentation for this class was generated from the following file: