C# Class HicsMVC.Controllers.UserController

Inheritance: Controller
Datei anzeigen Open project: in18/hics

Public Methods

Method Description
ChangePassword ( ) : System.Web.Mvc.ActionResult

Methode: [HttpGet] Methode ruft ChangePassword-View auf

Index ( ) : System.Web.Mvc.ActionResult
LampControl ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
ChangePassword ( UserChangePasswordModel ucpm ) : System.Web.Mvc.ActionResult

Method Details

ChangePassword() public method

Methode: [HttpGet] Methode ruft ChangePassword-View auf
public ChangePassword ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Index() public method

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

LampControl() public method

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