C# Class ArmedCards.Entities.Models.Game.Listing.Game

View model used to render the game in the listing screen
ファイルを表示 Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Game ( ) : System
Game ( Entities game, Int32 currentUserId ) : System

Method Details

Game() public method

public Game ( ) : System
return System

Game() public method

public Game ( Entities game, Int32 currentUserId ) : System
game Entities
currentUserId System.Int32
return System