Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, IDeleteService service ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, IUpdateSetupService service ) : System.Web.Mvc.ActionResult | ||
Index ( IListService service ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( |
||
Edit ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id, IDeleteService service ) : System.Web.Mvc.ActionResult | ||
id | int | |
service | IDeleteService | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id, IUpdateSetupService service ) : System.Web.Mvc.ActionResult | ||
id | int | |
service | IUpdateSetupService | |
return | System.Web.Mvc.ActionResult |
public Index ( IListService service ) : System.Web.Mvc.ActionResult | ||
service | IListService | |
return | System.Web.Mvc.ActionResult |