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 |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Revoke ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | |
return | System.Web.Mvc.ActionResult |
public RevokeBadgeController ( IRepositoryFactory repositoryFactory, INotificationService notificationService ) : System | ||
repositoryFactory | IRepositoryFactory | |
notificationService | INotificationService | |
return | System |
public ViewBadges ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |