C# 클래스 HotelManagement.Controllers.RoomController

상속: BaseController
파일 보기 프로젝트 열기: avdevelop/hotelmanagement

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Add ( RoomDTO room ) : System.Web.Mvc.ActionResult
Create ( RoomDTO room ) : System.Web.Mvc.ActionResult
Delete ( RoomDTO room, int id ) : System.Web.Mvc.ActionResult

메소드 상세

Detail() 공개 메소드

public Detail ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

RoomController() 공개 메소드

public RoomController ( IRoomService roomService, IHotelService hotelService, IRoomTypeService roomTypeService ) : System
roomService IRoomService
hotelService IHotelService
roomTypeService IRoomTypeService
리턴 System

Success() 공개 메소드

public Success ( string message ) : System.Web.Mvc.ActionResult
message string
리턴 System.Web.Mvc.ActionResult