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

Inheritance: Controller
Afficher le fichier Open project: sharparchitecture/Sharp-Architecture

Méthodes publiques

Méthode Description
AdminController ( IUserService userService, IFormsAuthenticationService formsAuthenticationService ) : System.Web.Mvc

Private Methods

Méthode 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 méthode

public AdminController ( IUserService userService, IFormsAuthenticationService formsAuthenticationService ) : System.Web.Mvc
userService IUserService
formsAuthenticationService IFormsAuthenticationService
Résultat System.Web.Mvc