Method | Description | |
---|---|---|
Enrolls ( ) : System.Web.Mvc.ActionResult | ||
Find ( string term ) : System.Web.Mvc.JsonResult | ||
Index ( string name ) : System.Web.Mvc.ActionResult | ||
Leave ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
ChangeEmail ( UserView userView ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( UserView userView, string currentPassword ) : System.Web.Mvc.ActionResult | ||
Leave ( UserView userView ) : System.Web.Mvc.ActionResult |
public Enrolls ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Find ( string term ) : System.Web.Mvc.JsonResult | ||
term | string | |
return | System.Web.Mvc.JsonResult |
public Index ( string name ) : System.Web.Mvc.ActionResult | ||
name | string | |
return | System.Web.Mvc.ActionResult |
public Leave ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |