Method | Description | |
---|---|---|
AlphaProxy ( int establishmentId, string returnUrl ) : System.Web.Mvc.ActionResult | ||
Get ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Post ( UCosmic model ) : System.Web.Mvc.ActionResult | ||
T4MVC_SignOnController ( ) : System | ||
ValidateEmailAddress ( UCosmic model ) : System.Web.Mvc.JsonResult |
public AlphaProxy ( int establishmentId, string returnUrl ) : System.Web.Mvc.ActionResult | ||
establishmentId | int | |
returnUrl | string | |
return | System.Web.Mvc.ActionResult |
public Get ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
returnUrl | string | |
return | System.Web.Mvc.ActionResult |
public Post ( UCosmic model ) : System.Web.Mvc.ActionResult | ||
model | UCosmic | |
return | System.Web.Mvc.ActionResult |
public ValidateEmailAddress ( UCosmic model ) : System.Web.Mvc.JsonResult | ||
model | UCosmic | |
return | System.Web.Mvc.JsonResult |