Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
Create ( |
||
Edit ( int id, |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Résultat | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Résultat | System.Web.Mvc.ActionResult |
public EventController ( IEventService service ) : System.Web.Mvc | ||
service | IEventService | |
Résultat | System.Web.Mvc |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |