Relative Content

Tag Archive for c#mysql.netasp.net-identity

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