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

AccountController() public method

public AccountController ( ) : System
return System
        public AccountController()
            : this(null, null)
        {
        }

Same methods

AccountController::AccountController ( IFormsAuthenticationService formsService, IMembershipService membershipService ) : System