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

Inheritance: UsersController
Afficher le fichier Open project: Pip3r4o/GalaxyStorm-MVC

Méthodes publiques

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

Méthodes protégées

Méthode Description
SetErrorMessage ( ) : void

Method Details

Index() public méthode

public Index ( string shard, string planet ) : System.Web.Mvc.ActionResult
shard string
planet string
Résultat System.Web.Mvc.ActionResult

PlanetController() public méthode

public PlanetController ( IPlanetService planetService ) : System.Web.Mvc
planetService IPlanetService
Résultat System.Web.Mvc

SetErrorMessage() protected méthode

protected SetErrorMessage ( ) : void
Résultat void