C# Class BB.UI.Web.MVC.Controllers.HistoryController

Inheritance: Controller
Afficher le fichier Open project: BeatBuddy/beatbuddy_webapp

Méthodes publiques

Méthode Description
HistoryController ( IPlaylistManager playlistManager, IOrganisationManager organisationManager, IUserManager userManager ) : System.Collections.Generic
View ( long id ) : System.Web.Mvc.ActionResult

Method Details

HistoryController() public méthode

public HistoryController ( IPlaylistManager playlistManager, IOrganisationManager organisationManager, IUserManager userManager ) : System.Collections.Generic
playlistManager IPlaylistManager
organisationManager IOrganisationManager
userManager IUserManager
Résultat System.Collections.Generic

View() public méthode

public View ( long id ) : System.Web.Mvc.ActionResult
id long
Résultat System.Web.Mvc.ActionResult