Exemplo n.º 1
0
		protected User(IIdentity identity, TimeSpan cacheDuration) : base(cacheDuration) {
			_identity = new Idaho.Identity(identity);
		}
Exemplo n.º 2
0
		protected User(IIdentity identity) { _identity = new Idaho.Identity(identity); }