ArmedCards.BusinessLogic.AppServices.GameRound.Select.Execute C# (CSharp) Метод

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

Selects the current round for a game
public Execute ( Int32 gameID, System.Boolean selectCards ) : Entities.GameRound
gameID System.Int32 Filter used to select game rounds
selectCards System.Boolean Select cards for the round
Результат Entities.GameRound
        public Entities.GameRound Execute(Int32 gameID, Boolean selectCards)
        {
            return _selectGameRound.Execute(gameID, selectCards);
        }

Same methods

Select::Execute ( Entities filter ) : List
Select::Execute ( Int32 gameID ) : List