central event for library altered: books added or removed
This commit is contained in:
parent
9e0caf34d6
commit
c2c732b2b1
4 changed files with 28 additions and 24 deletions
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue