C# Class GalaxyStorm.Web.Areas.Shard.Controllers.PlanetController

Inheritance: UsersController
Mostrar archivo Open project: Pip3r4o/GalaxyStorm-MVC

Public Methods

Method Description
Index ( string shard, string planet ) : System.Web.Mvc.ActionResult
PlanetController ( IPlanetService planetService ) : System.Web.Mvc

Protected Methods

Method Description
SetErrorMessage ( ) : void

Method Details

Index() public method

public Index ( string shard, string planet ) : System.Web.Mvc.ActionResult
shard string
planet string
return System.Web.Mvc.ActionResult

PlanetController() public method

public PlanetController ( IPlanetService planetService ) : System.Web.Mvc
planetService IPlanetService
return System.Web.Mvc

SetErrorMessage() protected method

protected SetErrorMessage ( ) : void
return void