ArmedCards.BusinessLogic.AppServices.GameRound.Delete.Execute C# (CSharp) 메소드

Execute() 공개 메소드

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
리턴 void
        public void Execute(Entities.Filters.GameRound.Delete filter)
        {
            _delete.Execute(filter);
        }