public void MyGen_ForNonControlledEntities_EntityIsInstanceOfConcreteControlledUpdateEntity() { //ARRANGE VersionedThing thing = new VersionedThing(); //ASSERT Assert.IsNotInstanceOf <ConcreteControlledUpdateEntity>(thing); }
public static void Refresh(VersionedThing versionedThing, Flags toPopulate) { _instance.Refresh(new VersionedThingList(versionedThing), toPopulate); }
public static void Delete(Flags toDelete, VersionedThing versionedThing) { _instance.Delete(toDelete, versionedThing); }
public static void Populate(VersionedThing versionedThing, Flags toPopulate) { _instance.Populate(versionedThing, toPopulate); }