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

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

Selects game round cards
public Execute ( Int32 gameRoundID ) : List
gameRoundID System.Int32 Game Round ID to select cards for
Результат List
        public List<Entities.GameRoundCard> Execute(Int32 gameRoundID)
        {
            return _selectGameRoundCard.Execute(gameRoundID);
        }