Hi,
I am able to create user using IdentityUserManager.CreateAsync
method but once the user is created I want to return the inserted userId.
How to get inserted UserId ?
I want to create a user from my custom appService i.e I just want to call create() method of UserAppService from my custom appService. Which Interface do I have to inject in my appService ?