BookStore_NETMVC.Controllers.AccountController.AccountController C# (CSharp) Method

AccountController() public method

public AccountController ( ) : System
return System
        public AccountController()
            : this(new UserManager<ApplicationUser>(new UserStore<ApplicationUser>(new ApplicationDbContext())))
        {
        }

Same methods

AccountController::AccountController ( UserManager userManager ) : System