Method | Description | |
---|---|---|
Add ( ) : System.Web.Mvc.ActionResult | ||
CounselorController ( IRepository repository ) : System | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
Show ( int id ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Add ( |
public CounselorController ( IRepository repository ) : System | ||
repository | IRepository | |
return | System |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Show ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |