BooksSample.Program.ShowChanges C# (CSharp) Méthode

ShowChanges() private static méthode

private static ShowChanges ( int id, EntityEntry entity ) : void
id int
entity EntityEntry
Résultat void
        private static void ShowChanges(int id, EntityEntry entity)
        {
            ShowChange(id, entity.Property("Title"));
            ShowChange(id, entity.Property("Publisher"));
        }