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

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

Méthodes publiques

Méthode Description
GrantInstructorPermissions ( string id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
UserController ( IRepositoryFactory repositoryFactory, INotificationService notificationService ) : System

Method Details

GrantInstructorPermissions() public méthode

public GrantInstructorPermissions ( string id ) : System.Web.Mvc.ActionResult
id string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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

UserController() public méthode

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