Ejemplo n.º 1
0
 public IEnumerable <T> UpdatedEntityOfType <T>() => EntityCommands.Where(x => x.Type == StoreInteractionType.Updated).Select(x => x.Entity).OfType <T>();
Ejemplo n.º 2
0
        public void WillGetName()
        {
            string name = EntityCommands.Name("self");

            Assert.AreEqual("Shmoo", name);
        }