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"));
        }