As I can access the tables directly, it is with the identity that I can access all the procedures as an example:
var user = await UserManager.FindByNameAsync(userName);
All those methods I use, but I see the need to call the context to bring me a user list and the context does not bring me any table _ctx.AspNetUsers I instantiate the context but it does not bring me the table. I'm doing it in a web api