C# Class SnakeBattleNet.Web.Controllers.TrainController

Inheritance: Controller
Afficher le fichier Open project: FoC-/SnakeBattle.Net

Méthodes publiques

Méthode Description
Add ( ) : System.Web.Mvc.ActionResult
Edit ( string id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
TrainController ( ISnakeStore snakeStore ) : System.Collections.Generic

Method Details

Add() public méthode

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

Edit() public méthode

public Edit ( string id ) : System.Web.Mvc.ActionResult
id string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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

TrainController() public méthode

public TrainController ( ISnakeStore snakeStore ) : System.Collections.Generic
snakeStore ISnakeStore
Résultat System.Collections.Generic