C# Class EhrgoHealth.Web.Areas.Staff.Controllers.HomeController

Inheritance: StaffBaseController
Datei anzeigen Open project: EhrgoHealth/CS6440

Public Methods

Method Description
CheckAllergy ( ) : System.Web.Mvc.ActionResult
CheckVerification ( Models med ) : Task
Details ( Models med ) : Task
HomeController ( ApplicationUserManager userManager, IAuthenticationManager authManager ) : EhrgoHealth.Data
Index ( ) : System.Web.Mvc.ActionResult

Method Details

CheckAllergy() public method

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

CheckVerification() public method

public CheckVerification ( Models med ) : Task
med Models
return Task

Details() public method

public Details ( Models med ) : Task
med Models
return Task

HomeController() public method

public HomeController ( ApplicationUserManager userManager, IAuthenticationManager authManager ) : EhrgoHealth.Data
userManager ApplicationUserManager
authManager IAuthenticationManager
return EhrgoHealth.Data

Index() public method

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