AspNetCheckedListExample.Controllers.AccountController.AccountController C# (CSharp) 메소드

AccountController() 공개 메소드

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

Same methods

AccountController::AccountController ( UserManager userManager ) : System