예제 #1
0
 internal SessionManager(ISessionSet sessionSet,
     PersonFetchHandler personFetchHandler,string seed)
 {
     this._sessionSet = sessionSet;
     this._personFetchHandler = personFetchHandler;
     this._generator = new SessionGenerator(seed,5);
 }
예제 #2
0
 internal SessionManager(ISessionSet sessionSet,
                         PersonFetchHandler personFetchHandler, string seed)
 {
     this._sessionSet         = sessionSet;
     this._personFetchHandler = personFetchHandler;
     this._generator          = new SessionGenerator(seed, 5);
 }