C# 클래스 AuthenticationExample.Web.Controllers.SessionController

상속: Controller
파일 보기 프로젝트 열기: pebblecode/AppHarbor.Web.Security

공개 메소드들

메소드 설명
SessionController ( IAuthenticator authenticator, IRepository repository ) : System

비공개 메소드들

메소드 설명
Create ( AuthenticationExample.Web.ViewModels.SessionViewModel sessionViewModel ) : System.Web.Mvc.ActionResult
Destroy ( ) : System.Web.Mvc.ActionResult
New ( string returnUrl ) : System.Web.Mvc.ActionResult

메소드 상세

SessionController() 공개 메소드

public SessionController ( IAuthenticator authenticator, IRepository repository ) : System
authenticator IAuthenticator
repository IRepository
리턴 System