C# 클래스 Badges.Areas.Admin.Controllers.BadgeRequestController

상속: Badges.Controllers.ApplicationController
파일 보기 프로젝트 열기: ucdavis/Badges

공개 메소드들

메소드 설명
BadgeRequestController ( IRepositoryFactory repositoryFactory, INotificationService notificationService ) : System
Deny ( System.Guid id, string reason ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Review ( System.Guid id ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Approve ( System.Guid id ) : System.Web.Mvc.ActionResult

메소드 상세

BadgeRequestController() 공개 메소드

public BadgeRequestController ( IRepositoryFactory repositoryFactory, INotificationService notificationService ) : System
repositoryFactory IRepositoryFactory
notificationService INotificationService
리턴 System

Deny() 공개 메소드

public Deny ( System.Guid id, string reason ) : System.Web.Mvc.ActionResult
id System.Guid
reason string
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

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

Review() 공개 메소드

public Review ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
리턴 System.Web.Mvc.ActionResult