BeiDream.Data.Ef.DbContextBase.GetApplicationSession C# (CSharp) Method

GetApplicationSession() private method

获取应用程序上下文
private GetApplicationSession ( ) : IApplicationSession
return IApplicationSession
        private IApplicationSession GetApplicationSession()
        {
            return ApplicationSession.Current ?? new ApplicationSession(false, "");
        }