C# Class EhrgoHealth.Web.Controllers.RegisterController

Inheritance: AuthorizationBaseController
显示文件 Open project: EhrgoHealth/CS6440

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
RegisterController ( ApplicationUserManager userManager, ApplicationSignInManager signinManager ) : EhrgoHealth.Web.Models

Private Methods

Method Description
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : Task

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

RegisterController() public method

public RegisterController ( ApplicationUserManager userManager, ApplicationSignInManager signinManager ) : EhrgoHealth.Web.Models
userManager ApplicationUserManager
signinManager ApplicationSignInManager
return EhrgoHealth.Web.Models