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

Controller responsible for displaying the listing screen
Inheritance: Extensions.ArmedCardsController
Show file Open project: kwmcrell/ArmedCards

Public Methods

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

Constructor

Private Methods

Method Description
Games ( List gameIds ) : System.Web.Mvc.JsonResult
Index ( int id, bool showLogIn ) : System.Web.Mvc.ActionResult

Method Details

GameListingController() public method

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