C# Class PetStore.Web.Controllers.Admin.AdminController

Inheritance: AbstractSecureController
显示文件 Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
AdminController ( IAuthenticationService authenticationService ) : System
Index ( ) : void

Private Methods

Method Description
Authenticate ( String username, String password ) : void
Login ( ) : void

Method Details

AdminController() public method

public AdminController ( IAuthenticationService authenticationService ) : System
authenticationService IAuthenticationService
return System

Index() public method

public Index ( ) : void
return void