C# 클래스 Common.SessionHelper

파일 보기 프로젝트 열기: Anexsoft/ASP.NET-MVC-Arquitectura-y-tips

공개 메소드들

메소드 설명
AddUserToSession ( string id ) : void
DestroyUserSession ( ) : void
ExistUserInSession ( ) : bool
GetUser ( ) : int

메소드 상세

AddUserToSession() 공개 정적인 메소드

public static AddUserToSession ( string id ) : void
id string
리턴 void

DestroyUserSession() 공개 정적인 메소드

public static DestroyUserSession ( ) : void
리턴 void

ExistUserInSession() 공개 정적인 메소드

public static ExistUserInSession ( ) : bool
리턴 bool

GetUser() 공개 정적인 메소드

public static GetUser ( ) : int
리턴 int