Method | Description | |
---|---|---|
HotelController ( IHotelService hotelService, IHotelChainService hotelChainService ) : System | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
Success ( string message ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Add ( |
||
Create ( |
||
Delete ( |
||
Edit ( int id ) : System.Web.Mvc.ActionResult |
public HotelController ( IHotelService hotelService, IHotelChainService hotelChainService ) : System | ||
hotelService | IHotelService | |
hotelChainService | IHotelChainService | |
return | System |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Success ( string message ) : System.Web.Mvc.ActionResult | ||
message | string | |
return | System.Web.Mvc.ActionResult |