public WebAppSPGlymaSession(string callingUrl, Guid sessionId, bool preload, bool isParameter, MapParameter domainParameter, MapParameter rootMapParameter, params IRight[] requiredRights) : this(callingUrl, sessionId, isParameter, domainParameter, rootMapParameter, requiredRights) { if (preload) { _session.LoadTransactions(); _parameters.LoadParameters(); } }
public SvcAppSPGlymaSession(GlymaSessionConfiguration configuration, Guid sessionId, bool preload) : this(configuration, sessionId) { if (preload) { _session.LoadTransactions(); _parameters.LoadParameters(); } }