메소드 | 설명 | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
EventController ( IEventService service ) : System.Web.Mvc | ||
Index ( ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
Create ( |
||
Edit ( int id, |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public EventController ( IEventService service ) : System.Web.Mvc | ||
service | IEventService | |
리턴 | System.Web.Mvc |