You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Unit Of Work Pattern (with repository pattern) , I am using dbContext.SaveChangesAsync() in repository wrapper (for all DB changes to be called at one place only). How can I configure auto history only for few entities, not all. I do not need history of all entities(tables).
The text was updated successfully, but these errors were encountered:
In Unit Of Work Pattern (with repository pattern) , I am using dbContext.SaveChangesAsync() in repository wrapper (for all DB changes to be called at one place only). How can I configure auto history only for few entities, not all. I do not need history of all entities(tables).
The text was updated successfully, but these errors were encountered: