ArmedCards.Web.Controllers.Game.Listing.GameListingController.GameListingController C# (CSharp) Метод

GameListingController() публичный Метод

Constructor
public GameListingController ( ArmedCards.BusinessLogic.AppServices.Game selectGame ) : System
selectGame ArmedCards.BusinessLogic.AppServices.Game
Результат System
        public GameListingController(AS.Base.ISelect selectGame)
        {
            this._selectGame = selectGame;
        }