BooksSample.Program.ShowChanges C# (CSharp) Метод

ShowChanges() приватный статический Метод

private static ShowChanges ( int id, EntityEntry entity ) : void
id int
entity EntityEntry
Результат void
        private static void ShowChanges(int id, EntityEntry entity)
        {
            ShowChange(id, entity.Property("Title"));
            ShowChange(id, entity.Property("Publisher"));
        }