C# Class SnakeBattleNet.Web.Controllers.ShowController

Inheritance: Controller
显示文件 Open project: FoC-/SnakeBattle.Net

Public Methods

Method Description
Go ( IEnumerable s ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
ShowController ( ISnakeStore snakeStore ) : System.Collections.Generic

Method Details

Go() public method

public Go ( IEnumerable s ) : System.Web.Mvc.ActionResult
s IEnumerable
return System.Web.Mvc.ActionResult

Index() public method

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

ShowController() public method

public ShowController ( ISnakeStore snakeStore ) : System.Collections.Generic
snakeStore ISnakeStore
return System.Collections.Generic