C# Class Common.SessionHelper

Exibir arquivo Open project: Anexsoft/ASP.NET-MVC-Arquitectura-y-tips

Public Methods

Method Description
AddUserToSession ( string id ) : void
DestroyUserSession ( ) : void
ExistUserInSession ( ) : bool
GetUser ( ) : int

Method Details

AddUserToSession() public static method

public static AddUserToSession ( string id ) : void
id string
return void

DestroyUserSession() public static method

public static DestroyUserSession ( ) : void
return void

ExistUserInSession() public static method

public static ExistUserInSession ( ) : bool
return bool

GetUser() public static method

public static GetUser ( ) : int
return int