Пример #1
0
        internal static SessionGlobal CreateSessionGlobal(string userId)
        {
            SessionGlobal global = new SessionGlobal();

            global.Initialize(userId);

            return(global);
        }
 public override object Create(string key, params object[] args)
 {
     return(SessionGlobal.CreateSessionGlobal(key));
 }