C# 클래스 Suteki.TardisBank.Web.Mvc.Controllers.AdminController

상속: Controller
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture

공개 메소드들

메소드 설명
AdminController ( IUserService userService, IFormsAuthenticationService formsAuthenticationService ) : System.Web.Mvc

비공개 메소드들

메소드 설명
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

메소드 상세

AdminController() 공개 메소드

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