C# Class EhrgoHealth.Web.Controllers.RegisterController

Inheritance: AuthorizationBaseController
Afficher le fichier Open project: EhrgoHealth/CS6440

Méthodes publiques

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

Private Methods

Méthode Description
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : Task

Method Details

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

RegisterController() public méthode

public RegisterController ( ApplicationUserManager userManager, ApplicationSignInManager signinManager ) : EhrgoHealth.Web.Models
userManager ApplicationUserManager
signinManager ApplicationSignInManager
Résultat EhrgoHealth.Web.Models