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

Inheritance: Controller
Afficher le fichier Open project: BeatBuddy/beatbuddy_webapp Class Usage Examples

Méthodes publiques

Méthode Description
HomeController ( IUserManager userManager, IPlaylistManager playlistManager, IOrganisationManager organisationManager ) : System.Linq
Index ( ) : System.Web.Mvc.ActionResult
Portal ( ) : System.Web.Mvc.ActionResult
SearchOrganisation ( string q ) : System.Web.Mvc.ActionResult

Method Details

HomeController() public méthode

public HomeController ( IUserManager userManager, IPlaylistManager playlistManager, IOrganisationManager organisationManager ) : System.Linq
userManager IUserManager
playlistManager IPlaylistManager
organisationManager IOrganisationManager
Résultat System.Linq

Index() public méthode

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

Portal() public méthode

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

SearchOrganisation() public méthode

public SearchOrganisation ( string q ) : System.Web.Mvc.ActionResult
q string
Résultat System.Web.Mvc.ActionResult