How can I get my custom UserManager to use my Custom UserStore? Right now the UserManager is used the default CreateAsync, and I want it to use the CreateAsync I have in my UserStore. Do I have to override each method in the UserManager to use the UserStore?
↧