C# 클래스 Tenant.Mvc.Controllers.AccountController

상속: BaseController
파일 보기 프로젝트 열기: Microsoft/WingTipTickets

공개 메소드들

메소드 설명
AccountController ( ICustomerRepository customerRepository ) : System.Linq
Logout ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Login ( string loginUsername, string loginPassword ) : System.Web.Mvc.ActionResult
Register ( string firstName, string lastName, string email, string phonenumber, string confirmEmail, string password, string confirmPassword ) : System.Web.Mvc.ActionResult

메소드 상세

AccountController() 공개 메소드

public AccountController ( ICustomerRepository customerRepository ) : System.Linq
customerRepository ICustomerRepository
리턴 System.Linq

Logout() 공개 메소드

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