C# Class SnakeBattleNet.Web.Controllers.TrainController

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

Public Methods

Method 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 method

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

Edit() public method

public Edit ( string id ) : System.Web.Mvc.ActionResult
id string
return System.Web.Mvc.ActionResult

Index() public method

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

TrainController() public method

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