C# Class CarbonFitness.App.Web.UserContext

Inheritance: IUserContext
Show file Open project: yodiz/CarbonFitness

Public Methods

Method Description
LogIn ( User user, bool persitantUser ) : void
UserContext ( IUserBusinessLogic userBusinessLogic, IFormsAuthenticationService formsAuthenticationService ) : System.Threading

Method Details

LogIn() public method

public LogIn ( User user, bool persitantUser ) : void
user CarbonFitness.Data.Model.User
persitantUser bool
return void

UserContext() public method

public UserContext ( IUserBusinessLogic userBusinessLogic, IFormsAuthenticationService formsAuthenticationService ) : System.Threading
userBusinessLogic IUserBusinessLogic
formsAuthenticationService IFormsAuthenticationService
return System.Threading