public static ISession GetSession(this IDbStore dbStore) { return(dbStore.GetMemberValue("_session") as ISession); }
private static ISession GetSession(IDbStore dbStore) { return(dbStore.GetMemberValue("_session") as ISession); }