C# Class Pharmalto.Ecosystem.Controllers.HomeController

Inheritance: BaseController
Mostrar archivo Open project: CloudMetal/Ecosystem-Deployment

Public Methods

Method Description
Detail ( int id ) : System.Web.Mvc.ActionResult
HomeController ( IShapeFactory shapeFactory, IAuthenticationService authenticationService, IMembershipService membershipService, IEcoMedicineService medicineService, IEcoUserService ecoUserService, IEcoProfileService ecoProfileService, IOrchardServices orchardServices ) : System
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Login ( ) : System.Web.Mvc.ActionResult
POSTLogin ( LoginViewModel login ) : System.Web.Mvc.ActionResult
POSTRegister ( RegisterViewModel register ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult

Method Details

Detail() public method

public Detail ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

HomeController() public method

public HomeController ( IShapeFactory shapeFactory, IAuthenticationService authenticationService, IMembershipService membershipService, IEcoMedicineService medicineService, IEcoUserService ecoUserService, IEcoProfileService ecoProfileService, IOrchardServices orchardServices ) : System
shapeFactory IShapeFactory
authenticationService IAuthenticationService
membershipService IMembershipService
medicineService IEcoMedicineService
ecoUserService IEcoUserService
ecoProfileService IEcoProfileService
orchardServices IOrchardServices
return System

Index() public method

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