C# Class TournamentReport.Controllers.HomeController

Inheritance: Controller
Mostrar archivo Open project: Haacked/TournamentMaker

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
Standings ( string tournamentSlug ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Standings() public method

public Standings ( string tournamentSlug ) : System.Web.Mvc.ActionResult
tournamentSlug string
return System.Web.Mvc.ActionResult