ArmedCards.BusinessLogic.AppServices.GameRoundCard.Insert.Execute C# (CSharp) Method

Execute() public method

Insert Game Round cards into database
public Execute ( List roundCards ) : void
roundCards List Cards to insert
return void
        public void Execute(List<Entities.GameRoundCard> roundCards)
        {
            _insertGameRoundCard.Execute(roundCards);
        }