C# Class HicsMVC.Controllers.AdminController

Inheritance: Controller
ファイルを表示 Open project: in18/hics

Public Methods

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

Der Administrator hat hier das Recht das Password aller Benutzer zu ändern, innerhalb der aktuellen Session

Index ( ) : System.Web.Mvc.ActionResult

Private Methods

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

Method Details

ChangePassword() public method

Der Administrator hat hier das Recht das Password aller Benutzer zu ändern, innerhalb der aktuellen Session
public ChangePassword ( int id ) : System.Web.Mvc.ActionResult
id int User ID
return System.Web.Mvc.ActionResult

Index() public method

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