C# Class TournamentReport.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: Haacked/TournamentMaker

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult
Standings ( string tournamentSlug ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Index() public méthode

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

Standings() public méthode

public Standings ( string tournamentSlug ) : System.Web.Mvc.ActionResult
tournamentSlug string
Résultat System.Web.Mvc.ActionResult