ArmedCards.BusinessLogic.AppServices.GameRound.Delete.Execute C# (CSharp) Method

Execute() public method

Delete a game round and all cards played during the round
public Execute ( Entities filter ) : void
filter Entities The filter used to determine what to delete
return void
        public void Execute(Entities.Filters.GameRound.Delete filter)
        {
            _delete.Execute(filter);
        }