C# Class ArmedCards.BusinessLogic.AppServices.GameRound.Delete

Implementation of Base.IDelete
Inheritance: Base.IDelete
Datei anzeigen Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Delete ( ArmedCards.BusinessLogic.DomainServices.GameRound delete ) : System
Execute ( Entities filter ) : void

Delete a game round and all cards played during the round

Method Details

Delete() public method

public Delete ( ArmedCards.BusinessLogic.DomainServices.GameRound delete ) : System
delete ArmedCards.BusinessLogic.DomainServices.GameRound
return System

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