I have created a controller named ...ProfileContoller... in my application.
In this controller I need to creat an instance of ...ApplicationUserManager... however I don't know how to create a new instance of it. I've tried code below:...private Applicati...