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 |
public HomeController ( IUserManager userManager, IPlaylistManager playlistManager, IOrganisationManager organisationManager ) : System.Linq | ||
userManager | IUserManager | |
playlistManager | IPlaylistManager | |
organisationManager | IOrganisationManager | |
Résultat | System.Linq |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Portal ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public SearchOrganisation ( string q ) : System.Web.Mvc.ActionResult | ||
q | string | |
Résultat | System.Web.Mvc.ActionResult |