Hello
I have an application to create an employee profile, I need in the same time of profile creating to invoke the AccountController.Register IActionResult.
I don't want to redirect the user to register page, I am not using any api's , it is mvc core identity.
Any Idea?
Thanks