central event for library altered: books added or removed

This commit is contained in:
Robert McRackan 2021-09-02 15:55:12 -04:00
parent 9e0caf34d6
commit c2c732b2b1
4 changed files with 28 additions and 24 deletions

View file

@ -6,7 +6,7 @@ namespace DataLayer
{
// only library importing should use tracking. All else should be NoTracking.
// only library importing should directly query Book. All else should use LibraryBook
public static class LibraryQueries
public static class LibraryBookQueries
{
//// tracking is a bad idea for main grid. it prevents anything else from updating entities unless getting them from the grid
//public static List<LibraryBook> GetLibrary_Flat_WithTracking(this LibationContext context)