C# Class ArmedCards.Web.Controllers.Game.Listing.DetailController

Controller responsible for displaying game details when a user selects a game from the listing screen
Inheritance: Extensions.ArmedCardsController
Show file Open project: kwmcrell/ArmedCards

Public Methods

Method Description
DetailController ( ArmedCards.BusinessLogic.AppServices.Game selectGame ) : System

Constructor

Private Methods

Method Description
Index ( int id ) : System.Web.Mvc.JsonResult

Method Details

DetailController() public method

Constructor
public DetailController ( ArmedCards.BusinessLogic.AppServices.Game selectGame ) : System
selectGame ArmedCards.BusinessLogic.AppServices.Game
return System