Property | Type | Description | |
---|---|---|---|
_IdeaService | IIdeaService | ||
_PETianoService | IPETianoService |
Method | Description | |
---|---|---|
Create ( |
||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
IdeaController ( IIdeaService ideaService, IPETianoService petianoService ) : System | ||
Index ( ) : System.Web.Mvc.ActionResult |
public Create ( |
||
idea | ||
return | System.Web.Mvc.ActionResult |
public Delete ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Edit ( |
||
idea | ||
return | System.Web.Mvc.ActionResult |
public IdeaController ( IIdeaService ideaService, IPETianoService petianoService ) : System | ||
ideaService | IIdeaService | |
petianoService | IPETianoService | |
return | System |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |