C# 클래스 HicsMVC.Controllers.AdminController

상속: Controller
파일 보기 프로젝트 열기: in18/hics

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ChangePassword ( AdminChangePasswordModel acpm ) : System.Web.Mvc.ActionResult

메소드 상세

ChangePassword() 공개 메소드

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
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult