C# 클래스 App.Web.Areas.Account.Controllers.ForgotPasswordController

상속: Controller
파일 보기 프로젝트 열기: mazhekin/MVC4CustomMembershipSolution

공개 메소드들

메소드 설명
ForgotPasswordController ( IUsersService usersService ) : System
Index ( ) : System.Web.Mvc.ActionResult
Sent ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Index ( string email ) : System.Web.Mvc.ActionResult

메소드 상세

ForgotPasswordController() 공개 메소드

public ForgotPasswordController ( IUsersService usersService ) : System
usersService IUsersService
리턴 System

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Sent() 공개 메소드

public Sent ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult