Interface ISessionService
Session service holds a variable to the current session
Namespace: Simplic.Session
Assembly: Simplic.Session.dll
Syntax
public interface ISessionService
Properties
| Improve this Doc View SourceCurrentSession
Gets or sets the current session
Declaration
Session CurrentSession { get; set; }
Property Value
Type | Description |
---|---|
Session.Session |