C# Class Pharmalto.Ecosystem.Controllers.AccountController

Inheritance: BaseController
Datei anzeigen Open project: CloudMetal/Ecosystem-Deployment

Public Methods

Method Description
AccountController ( IAuthenticationService authenticationService, IEcoUserService ecoUserService, IEcoProfileService ecoProfileService ) : System
Index ( ) : System.Web.Mvc.ActionResult

Method Details

AccountController() public method

public AccountController ( IAuthenticationService authenticationService, IEcoUserService ecoUserService, IEcoProfileService ecoProfileService ) : System
authenticationService IAuthenticationService
ecoUserService IEcoUserService
ecoProfileService IEcoProfileService
return System

Index() public method

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