How can I get history for a user [closed]
Closed 4 mins ago.
How can getting history for a user
i am trying to fetch user history from the database of user (which operates in-memory),as i am using Entity Framework Core,
and cannot using AsNoTracking()
for userManger manager.
enter image description here