C# Class BurningPlate.Services.AuthenticationService

Inheritance: IAuthenticationService
Show file Open project: claco/burningplate.com

Public Methods

Method Description
SignIn ( string userName, bool remember ) : void
SignOut ( ) : void

Method Details

SignIn() public method

public SignIn ( string userName, bool remember ) : void
userName string
remember bool
return void

SignOut() public method

public SignOut ( ) : void
return void