Method | Description | |
---|---|---|
AccountController ( IUserManager userManager, IPersonManager personManager ) : System | ||
Authentification ( ) : System.Web.Mvc.ActionResult | ||
IEDisable ( ) : System.Web.Mvc.ActionResult |
Not support browsers less than IE9
|
|
LogOut ( ) : System.Web.Mvc.ActionResult | ||
Login ( ) : System.Web.Mvc.ActionResult | ||
Registration ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Authentification ( LoginModel user ) : System.Web.Mvc.ActionResult | ||
CheckPerson ( UserDTO user ) : void | ||
Registration ( |
public AccountController ( IUserManager userManager, IPersonManager personManager ) : System | ||
userManager | IUserManager | |
personManager | IPersonManager | |
return | System |
public Authentification ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public IEDisable ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOut ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Login ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Registration ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |