Метод | Описание | |
---|---|---|
AccountController ( IAccountRepository accountRepos ) : System | ||
EmailExists ( string email ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
LogOn ( ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
SignOut ( ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
ChangeName ( |
||
ChangeNamePartial ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( |
||
ChangePasswordPartial ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( |
||
LogOn ( |
||
PersonalPage ( ) : System.Web.Mvc.ActionResult | ||
Register ( |
public AccountController ( IAccountRepository accountRepos ) : System | ||
accountRepos | IAccountRepository | |
Результат | System |
public EmailExists ( string email ) : System.Web.Mvc.ActionResult | ||
string | ||
Результат | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public LogOn ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Register ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public SignOut ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |