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

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

Insert Game Round cards into database
public Execute ( List roundCards ) : void
roundCards List Cards to insert
Результат void
        public void Execute(List<Entities.GameRoundCard> roundCards)
        {
            _insertGameRoundCard.Execute(roundCards);
        }