Method | Description | |
---|---|---|
CodeView ( ) : System.Web.Mvc.ActionResult | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, IDeleteServiceAsync service ) : Task |
||
Details ( int id, IDetailServiceAsync service ) : Task |
||
Edit ( int id, IUpdateSetupServiceAsync service ) : Task |
||
Index ( IListService service ) : Task |
Method | Description | |
---|---|---|
Create ( |
||
Edit ( |
public CodeView ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id, IDeleteServiceAsync service ) : Task |
||
id | int | |
service | IDeleteServiceAsync | |
return | Task |
public Details ( int id, IDetailServiceAsync service ) : Task |
||
id | int | |
service | IDetailServiceAsync | |
return | Task |
public Edit ( int id, IUpdateSetupServiceAsync service ) : Task |
||
id | int | |
service | IUpdateSetupServiceAsync | |
return | Task |