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

Inheritance: AbstractSecureController
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
AdminController ( IAuthenticationService authenticationService ) : System
Index ( ) : void

Private Methods

Méthode Description
Authenticate ( String username, String password ) : void
Login ( ) : void

Method Details

AdminController() public méthode

public AdminController ( IAuthenticationService authenticationService ) : System
authenticationService IAuthenticationService
Résultat System

Index() public méthode

public Index ( ) : void
Résultat void