Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, bool concurrencyError ) : Task |
||
Details ( int id ) : Task |
||
Edit ( int id ) : Task |
||
Index ( ) : Task |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( [ Include = "DepartmentID,Name,Budget,StartDate,InstructorID")]Departmentdepartment ) : Task |
||
Delete ( ContosoUniversity.Models.Department department ) : Task |
||
Edit ( int id, byte rowVersion ) : Task |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id, bool concurrencyError ) : Task |
||
id | int | |
concurrencyError | bool | |
return | Task |