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

Inheritance: Badges.Controllers.ApplicationController
Afficher le fichier Open project: ucdavis/Badges

Méthodes publiques

Méthode Description
Delete ( System.Guid id ) : System.Web.Mvc.ActionResult
DeleteBadgeController ( IRepositoryFactory repositoryFactory, INotificationService notificationService ) : System
Index ( ) : System.Web.Mvc.ActionResult

Method Details

Delete() public méthode

public Delete ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
Résultat System.Web.Mvc.ActionResult

DeleteBadgeController() public méthode

public DeleteBadgeController ( IRepositoryFactory repositoryFactory, INotificationService notificationService ) : System
repositoryFactory IRepositoryFactory
notificationService INotificationService
Résultat System

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult