App.Web.Controllers.AccountController.AccountController C# (CSharp) Method

AccountController() public method

public AccountController ( IMembershipService membershipService, IFormsAuthentication formsAuthentication ) : System
membershipService IMembershipService
formsAuthentication IFormsAuthentication
return System
        public AccountController(IMembershipService membershipService, IFormsAuthentication formsAuthentication)
        {
            this.membership = membershipService;
            this.formsAuthentication = formsAuthentication;
            //this.membership.RegisterModelState(this.ModelState);
        }