C# Class Badges.Areas.Admin.Controllers.RevokeBadgeController

Inheritance: Badges.Controllers.ApplicationController
Show file Open project: ucdavis/Badges

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
Revoke ( System.Guid id ) : System.Web.Mvc.ActionResult
RevokeBadgeController ( IRepositoryFactory repositoryFactory, INotificationService notificationService ) : System
ViewBadges ( string id ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

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

Revoke() public method

public Revoke ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
return System.Web.Mvc.ActionResult

RevokeBadgeController() public method

public RevokeBadgeController ( IRepositoryFactory repositoryFactory, INotificationService notificationService ) : System
repositoryFactory IRepositoryFactory
notificationService INotificationService
return System

ViewBadges() public method

public ViewBadges ( string id ) : System.Web.Mvc.ActionResult
id string
return System.Web.Mvc.ActionResult