Property | Type | Description | |
---|---|---|---|
_PETianoService | IPETianoService |
Method | Description | |
---|---|---|
Create ( |
||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
Index ( ) : System.Web.Mvc.ActionResult | ||
PETianoController ( IPETianoService petianoService ) : System |
Method | Description | |
---|---|---|
_PopulateDropdown ( string profile = null ) : void | ||
_SendEmailProfile ( EProfile profile, bool edit ) : void |
public Create ( |
||
petiano | ||
profile | string | |
return | System.Web.Mvc.ActionResult |
public Delete ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Edit ( |
||
petiano | ||
profile | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public PETianoController ( IPETianoService petianoService ) : System | ||
petianoService | IPETianoService | |
return | System |