C# 클래스 BgEngine.Controllers.RoleController

상속: BaseController
파일 보기 프로젝트 열기: yagopv/BgEngine

공개 메소드들

메소드 설명
RoleController ( IAccountServices accountservices ) : System

비공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Create ( Role role ) : System.Web.Mvc.ActionResult
Delete ( System.Guid id ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( System.Guid id ) : System.Web.Mvc.ActionResult
Details ( System.Guid id ) : System.Web.Mvc.ViewResult
Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
Edit ( Role role ) : System.Web.Mvc.ActionResult
Index ( int page, string sort, string sortdir ) : System.Web.Mvc.ViewResult

메소드 상세

RoleController() 공개 메소드

public RoleController ( IAccountServices accountservices ) : System
accountservices IAccountServices
리턴 System