Method | Description | |
---|---|---|
Detail ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
RoomController ( IRoomService roomService, IHotelService hotelService, IRoomTypeService roomTypeService ) : System | ||
Success ( string message ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Add ( |
||
Create ( |
||
Delete ( |
public Detail ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public RoomController ( IRoomService roomService, IHotelService hotelService, IRoomTypeService roomTypeService ) : System | ||
roomService | IRoomService | |
hotelService | IHotelService | |
roomTypeService | IRoomTypeService | |
return | System |
public Success ( string message ) : System.Web.Mvc.ActionResult | ||
message | string | |
return | System.Web.Mvc.ActionResult |