Exemplo n.º 1
0
		public Session(string id, string baseIdentification)
		{
			cache = BuildCache();
			tmpCache = BuildTmpCache();
			this.id = id;
			this.baseIdentification = baseIdentification;
		}
Exemplo n.º 2
0
 public Session(string id, string baseIdentification)
 {
     cache    = BuildCache();
     tmpCache = BuildTmpCache();
     this.id  = id;
     this.baseIdentification = baseIdentification;
 }