Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
Details ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( string id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
SchoolController ( string>.IRepositoryWithTypedId |
Method | Description | |
---|---|---|
Create ( School school ) : System.Web.Mvc.ActionResult | ||
Delete ( string id, School school ) : System.Web.Mvc.ActionResult | ||
Edit ( string id, School school ) : System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Details ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Edit ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public SchoolController ( string>.IRepositoryWithTypedId |
||
schoolRepository | string>.IRepositoryWithTypedId | |
unitRepository | IRepository |
|
return | System |