C# Class Suteki.TardisBank.Web.Mvc.Controllers.AdminController

Inheritance: Controller
Datei anzeigen Open project: sharparchitecture/Sharp-Architecture

Public Methods

Method Description
AdminController ( IUserService userService, IFormsAuthenticationService formsAuthenticationService ) : System.Web.Mvc

Private Methods

Method Description
ChangePassword ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ChangePasswordViewModel model ) : System.Web.Mvc.ActionResult
DeleteParent ( ) : System.Web.Mvc.ActionResult
DeleteParentConfirm ( ) : System.Web.Mvc.ActionResult
GetHashedPassword ( string password ) : string
Index ( ) : System.Web.Mvc.ActionResult

Method Details

AdminController() public method

public AdminController ( IUserService userService, IFormsAuthenticationService formsAuthenticationService ) : System.Web.Mvc
userService IUserService
formsAuthenticationService IFormsAuthenticationService
return System.Web.Mvc