C# Class BurningPlate.Services.AuthenticationService

Inheritance: IAuthenticationService
Afficher le fichier Open project: claco/burningplate.com

Méthodes publiques

Méthode Description
SignIn ( string userName, bool remember ) : void
SignOut ( ) : void

Method Details

SignIn() public méthode

public SignIn ( string userName, bool remember ) : void
userName string
remember bool
Résultat void

SignOut() public méthode

public SignOut ( ) : void
Résultat void