Method | Description | |
---|---|---|
AddBooking ( ) : System.Web.Mvc.ActionResult | ||
BookingController ( IBookingService bookingService, IBookingDetailService bookingDetailService, IRoomService roomService ) : System | ||
BookingDays ( string month ) : string | ||
BookingMonths ( ) : string | ||
CheckAvailability ( string arrDay, string arrMonth, string depDay, string depMonth, int persons ) : System.Web.Mvc.ActionResult | ||
DeleteBooking ( ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
public AddBooking ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public BookingController ( IBookingService bookingService, IBookingDetailService bookingDetailService, IRoomService roomService ) : System | ||
bookingService | IBookingService | |
bookingDetailService | IBookingDetailService | |
roomService | IRoomService | |
return | System |
public CheckAvailability ( string arrDay, string arrMonth, string depDay, string depMonth, int persons ) : System.Web.Mvc.ActionResult | ||
arrDay | string | |
arrMonth | string | |
depDay | string | |
depMonth | string | |
persons | int | |
return | System.Web.Mvc.ActionResult |
public DeleteBooking ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |