C# Class Common.SessionHelper

Afficher le fichier Open project: Anexsoft/ASP.NET-MVC-Arquitectura-y-tips

Méthodes publiques

Méthode Description
AddUserToSession ( string id ) : void
DestroyUserSession ( ) : void
ExistUserInSession ( ) : bool
GetUser ( ) : int

Method Details

AddUserToSession() public static méthode

public static AddUserToSession ( string id ) : void
id string
Résultat void

DestroyUserSession() public static méthode

public static DestroyUserSession ( ) : void
Résultat void

ExistUserInSession() public static méthode

public static ExistUserInSession ( ) : bool
Résultat bool

GetUser() public static méthode

public static GetUser ( ) : int
Résultat int