Esempio n. 1
0
        public void SetUp()
        {
            var identityMapDictionary = new Hashtable();
            var identityMap           = new Ormongo.IdentityMap.IdentityMap <BlogPost>(() => identityMapDictionary);

            BlogPost.Plugins.Add(identityMap);
        }
Esempio n. 2
0
		public void SetUp()
		{
			var identityMapDictionary = new Hashtable();
			var identityMap = new Ormongo.IdentityMap.IdentityMap<BlogPost>(() => identityMapDictionary);
			BlogPost.Plugins.Add(identityMap);
		}