C# Class HotelManagement.Helpers.CacheHelpers.SessionCache

Show file Open project: avdevelop/hotelmanagement

Public Methods

Method Description
CreateSession ( int userId, string userEmail, List userMenus, UserTypeDTO userType ) : void
DestroySession ( ) : void

Method Details

CreateSession() public static method

public static CreateSession ( int userId, string userEmail, List userMenus, UserTypeDTO userType ) : void
userId int
userEmail string
userMenus List
userType HotelManagement.DTO.UserTypeDTO
return void

DestroySession() public static method

public static DestroySession ( ) : void
return void